-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use a background task to set batch export status to running (#2…
…3136) * feat: Use a background task to set batch export status to running This allows us to run the task concurrently instead of timing out on it. It also has the additional benefit of removing a lot of nesting levels! * fix: Type hints and early return * fix: Update type hint * fix: Merge conflicts * fix: Rebase * fix: Bunch of merge conflicts * Update query snapshots * test: Add unit test * Update query snapshots * chore: Rename file * fix: Use new 3.11 alias * Update query snapshots * Update query snapshots * Update query snapshots * Update query snapshots * Update query snapshots * fix: Use new 3.11 alias * Update query snapshots --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
611 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.