Comment by est
1 year ago
Yeah it's very basic and limited.
However if I am about to use DB as a job queue for budget reasons, I'd make sure the job doesn't get too complicated.
1 year ago
Yeah it's very basic and limited.
However if I am about to use DB as a job queue for budget reasons, I'd make sure the job doesn't get too complicated.
For me it was a lot of small jobs.
I was able to get it up to 3500 jobs an hour and likely could have gone far past that but the load on the MySQL server was not reasonable
I was able to push PqQueuer to 25k jobs a second in my benchmarking script.