que-web icon indicating copy to clipboard operation
que-web copied to clipboard

A web interface for the Que queue

Results 16 que-web issues
Sort by recently updated
recently updated
newest added

Thank you for this nice gem, very useful! I just have a small doubt, Im trying to replicate this https://github.com/statianzo/que-web/blob/d663559b46f0afa9215a1cb8a0e2418197b66342/lib/que/web/sql.rb#L95 Mapping a function inside a hash so `SQL[:delete_job]` calls the...

Que inserts and reads jobs in the `public` schema by default (see this [example in the source](https://github.com/que-rb/que/blob/master/lib/que/poller.rb#L69)), but `que-web` does not mention the schema in queries. This conflicts with multi-tenancy...

help wanted

# Dependencies PgSQL 12 ruby: 2.6.5 rails: 5.2.3 pg: 1.1.4 que: 1.0.0.beta4 (commit 065981) que-web: HEAD (commit 3f7b7b7) # Reproduce Condition Visit `/que/scheduled` # How System Behaves * System displays...

# Dependencies PgSQL 12 ruby: 2.6.5 rails: 5.2.3 pg: 1.1.4 que: 1.0.0.beta4 (commit 065981) que-web: HEAD (commit 3f7b7b7) # Reproduce Condition Visit `/que/scheduled` # How System Behaves * System displays...

Using a search query on the failing jobs page correctly restricts the displayed jobs. Upon pressing "Delete All" the prompt asks "Delete all N jobs?" where N is the count...

We have a number of self-enqueueing jobs that we never want to delete, as they run forever. We would like to specify that que-web should not delete these if a...

Currently, there are three main sections in Que web - running, scheduled and failing. If you have jobs enqueued in the future (eg `run_at: 1.day.from_now`) it makes it harder to...

Is there a way to precomile the assets used by que-web (jQuery, Font Awesome, etc.), perhaps to a specific path? I'm having a hard time getting que-web to load its...

I would love to be able to group jobs by the queue, similar to how resque's interface works. So you pick from the list of queues and then you see...

enhancement

Right now if you want to remove 5 jobs, you have to click 5 trash cans. We should be able to select jobs via checkbox and perform an action.

enhancement