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
fix(update): when saving a job via _id add job name
this allows using sharded collections for improved performance, as this is the only place where job name is not provided.
sharding by name:
db.runCommand( { shardCollection: "YOUR-COLLECTION.agendaJobs", key: { name: 1 } } )
0 commit comments