HangfireIO / HangfireIO/Hangfire

Allow QueueAttribute to be used for Recurring Jobs

Open
#683 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
10.1k
Forks
1.8k
Avg merge
1h 19m
Merged PRs (30d)
1

Description

Dependent on resolution of Issue #595

Is the intent for recurring job queues to be only set from the RecurringJob mehods?

It's not immediately clear what the use of the Queue attribute is, and developers will use it to try to queue in RecurringJobs without knowing that it's not even being checked there.

Also, the RecurringJob.AddOrUpdate methods all have the queue set to "default" if not specified. This makes it difficult to set the queue without setting the queue value to null or some other value to signal not to use the "default" queue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.