You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to register custom tasks. This is entirely possible with celery, but there's not hookup mechanism yet. Custom task classes should be specified in a ENV var tuple and added to the chain. It should be possible to specify when the tasks run (pre_convert, post_convert, etc. maybe using a signal system for hookup).
The text was updated successfully, but these errors were encountered:
Add the ability to register custom tasks. This is entirely possible with celery, but there's not hookup mechanism yet. Custom task classes should be specified in a ENV var tuple and added to the chain. It should be possible to specify when the tasks run (pre_convert, post_convert, etc. maybe using a signal system for hookup).
The text was updated successfully, but these errors were encountered: