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
Hey, @marcio0
I believe we share the same problem. Take a look at this issue: #468
I've opened a draft PR with a possible solution. Feel free to share your thoughts.
I have a generic command to run any django management command by informing on args which command is to be run:
And on my schedule I set it up like this:
The "shadow" argument works for changing the name shown on the logs:
But on the task result it still shows as the actual task name:

Is there a way to make the task result respect the tasks's shadow name? I have tried other ways to configure it, but it's always ignored.
The text was updated successfully, but these errors were encountered: