piemjean / db-scheduler-mongo

Project aiming to add mongo support to db-scheduler https://github.com/kagkarlsson/db-scheduler
5 stars 4 forks source link

Support for db-scheduler 10.2 #2

Open jmuenchenberg opened 3 years ago

jmuenchenberg commented 3 years ago

Hi, db-scheduler is now on release 10.2 and contains some changes not compatible with this mongo adapter. Are You planing on updating this?

piemjean commented 3 years ago

Hi, thank you for the heads up, I am currently working on integrating the 10.x versions of db-scheduler.

The main difference I see is on the choice of polling policy (fetch vs lock-and-fetch). I am still figuring out on how I will implement this with mongo.

Do you have a particular feature in mind ?