juhalehtonen / towwwer

Continuous, automated website performance monitoring
MIT License
1 stars 0 forks source link

Duplicate jobs cannot be identified or stopped #22

Open juhalehtonen opened 5 years ago

juhalehtonen commented 5 years ago

Currently there is no way to identify or stop duplicate jobs (using same parametes) from running.

To Reproduce To reproduce, just enqueue jobs more than once.

Expected behavior We should somehow have a limit to jobs so that only a single job of its kind can be enqueued.