The Wayback Machine - https://web.archive.org/web/20200707220638/https://github.com/topics/sidekiq
Skip to content
#

sidekiq

Here are 238 public repositories matching this topic...

Nuru
Nuru commented Dec 17, 2015

Let's say, for example, we are allowing users to rate songs and artists. I would like to be able to get a single, ordered list of recommendations for a user that includes both songs and artists based on the likelihood that the user will like it, regardless of its class.

I would be willing to build the list myself by calling recommended_songs and recommended_artists and merging the lists if I

ziaulrehman40
ziaulrehman40 commented Mar 28, 2019

I ran into a situation where there was a stupid mistake in one of our cron and we didn't notice it.

I believe we do parse crons already in app to queue jobs in time. So why not complain if some crons contain errors, i.e are not parse-able. I believe they are silently ignore as of now.

If i can get some guidance i will be happy to contribute this. We may add a configuration to raise exception

JacobEvelyn
JacobEvelyn commented Apr 10, 2019

Is your feature request related to a problem? Please describe.

We just came across this project—it looks awesome! Thanks so much. We're hoping to use something like until_and_while_executing to prevent duplicate jobs from running or getting enqueued too many times, but we're worried about jobs hanging when they get picked up.

Describe the solution you'd like

I think the behavior

Improve this page

Add a description, image, and links to the sidekiq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sidekiq topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.