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
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
I'm considering adding a 'monq' job queue to an existing database. It would be helpful if the names of any collections used were documented so it would be clear if there was a conflict.
The text was updated successfully, but these errors were encountered:
All jobs will be saved to the jobs collection by default. I'm realizing there's actually not a very good way to configure that though. The way it's setup currently, you'd need to specify the collection for each queue:
This doesn't really make a lot of sense. Perhaps we should allow the default collection to be changed globally for the whole client connection? What do you think?
I'm considering adding a 'monq' job queue to an existing database. It would be helpful if the names of any collections used were documented so it would be clear if there was a conflict.
The text was updated successfully, but these errors were encountered: