quantum-elixir / quantum-core

:watch: Cron-like job scheduler for Elixir
https://hexdocs.pm/quantum/
Apache License 2.0
2.32k stars 148 forks source link

Cronjob delete issues #420

Closed TestFirebaseLogin closed 4 years ago

TestFirebaseLogin commented 4 years ago

Cronjob delete still have cronjob running(although not visible),as when i add a job with same name again,after delete,first time the method setup for execution in cronjob code,is called as many number of times,as time elapsed after cronjob was deleted divided by time duration bet ween cronjobs.Ex- if job interval is 20 seconds and i adda job with same name after deleting it,after 40 seconds it will excute first time for 2 times.If i add job after more than 120 s it will execute first time for 6 times.

maennchen commented 4 years ago

@TestFirebaseLogin Does this still happen on master?

maennchen commented 4 years ago

Duplicate of #416