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
The proper solution to this is to build worker and beat as separate Docker files. celerbeat should only be provisioned in one of the container's built. beat and worker can then be deployed as separate task definitions, ensuring beat only ever has 1 instance, but worker can be scaled as needed.
This way we could autoscale fleet without running more than one beat instance (as that creates duplicate tasks).
The text was updated successfully, but these errors were encountered: