Commit Graph
4 Commits
Author SHA1 Message Date
mvdbeek ec939cc9f7 Fix a typo in celery_shell.py 2022-05-25 19:46:47 +02:00
Dannon Baker 623a5e165a Apply black formatting.
Apply isort.
2022-02-03 07:42:20 -05:00
mvdbeek 0091d37469 Add interactive shell for celery tasks
That's pretty useful for developing new tasks or just running one-off
tasks.
2021-11-29 10:34:01 +01:00
mvdbeek 6036a234c1 Move galaxy_tasks decorator to galaxy.celery
That means we can import additional tasks that use `galaxy_task` in
galaxy.celery.tasks without circular imports.
2021-11-29 10:34:01 +01:00