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
Normally, this causes the scheduled message to be sent with a MessageGroupId, the same as if you send the task like so: send_reminders.apply_async(args=[], MessageGroupId="send_reminders"), but after installing django-celery-beat, the scheduled tasks don't include my options, so they send without the MessageGroupId. Is there a way to get it to include the configured options?