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
It doesn't quite fit the "shape" of the other functions in that file, it seems to be doing too much. Obviously it has to access the queue/scheduler, which belongs in that file. But it's also creating and saving a ZimSchedule, which feels like it should be done in a wrapper that calls this function in queues, instead of inside it itself.