Grant
Grant
I'm also wondering about this. I have Sidkiq configured with ActiveJob. https://github.com/mperham/sidekiq/wiki/Active-Job
> Did any of you check? I'm using GoodJob now. https://github.com/bensheldon/good_job
@n-studio Thanks for posting the branch. I tried it out, and it looks like the crawl method works well, but I think you have an issue with the `self.parse!` method....
Likewise I'm getting the error `wrong number of arguments (given 2, expected 1; required keyword: url) (ArgumentError)` when trying to run the crawl/parse methods. I had issues with [rbcat](https://github.com/vifreefly/kimuraframework/issues/56) as...
Is this latest version (1.3.0) not available via Yarn? It seems only up to 1.2.2 is available, yet GitHub has up to 1.3.0. https://www.npmjs.com/package/@meforma/vue-toaster https://github.com/MeForma/vue-toaster/commit/358d6c24d62219df1c3a3445298fdf86c45a0696
Sorry, I haven't read the contributing section in your README yet, but I dug into this a bit. I manually tested with the dashboard and enqueuing jobs from the console...
@bensheldon > Could you explain why you would have a job with the same concurrency key but a different concurrency value? How would you expect 2 different jobs to resolve...
After describing this to you, I wonder if just namespacing and creating individual jobs might not be the best solution. It will be annoying since I have dozens of websites,...
@bensheldon sure thing, I can do that. Would you like me to just include the changes as above or do you want some other implementation?
@bensheldon I'll submit a PR when I get some time. Thanks for the discussion.