Kristian Berg
Kristian Berg
I switched to ```python chain1 = chain( normal_task.si(), normal_task.si(), failing_task.si(), ) for task in chain1.tasks: task.on_error(callback.si("Leaf chain 1 failed")) wf = Workflow() wf.set_retry_policy("random", 1, 3) wf.add_celery_canvas(chain1) result = wf.apply_async(options={"link_error": callback.si("wf...
I think it would be quite practical if gh also gave us the option to create a branch after creating an issue in the "What's next?" dialog we're prompted with....
> @kriberg Thanks for your contribution! Could you please add `logout` option as an input to this action and let users decide if they want to logout. Default can be...