-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip out the inspector completely (to be moved to its own package). …
…Re-add rate limits, now supporting multiple rate limits on the same task.
- Loading branch information
Showing
14 changed files
with
261 additions
and
457 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__all__ = ("HeimdallTask", "AlreadyQueuedError", "RateLimit") | ||
__all__ = ("HeimdallTask", "AlreadyQueuedError", "RateLimit", "HeimdallConfig") | ||
|
||
from celery_heimdall.task import HeimdallTask, RateLimit | ||
from celery_heimdall.task import HeimdallTask, RateLimit, HeimdallConfig | ||
from celery_heimdall.errors import AlreadyQueuedError |
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.