Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs: use delay when using @job decorator #2088

Merged
merged 2 commits into from
May 12, 2024

Conversation

naskio
Copy link
Contributor

@naskio naskio commented May 11, 2024

fix for #2087

Signed-off-by: Mehdi Nassim KHODJA <18899702+naskio@users.noreply.github.com>
Signed-off-by: Mehdi Nassim KHODJA <18899702+naskio@users.noreply.github.com>
Copy link

codecov bot commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.85%. Comparing base (2de9491) to head (fc69eee).
Report is 64 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2088      +/-   ##
==========================================
+ Coverage   93.61%   93.85%   +0.23%     
==========================================
  Files          28       30       +2     
  Lines        3760     3985     +225     
==========================================
+ Hits         3520     3740     +220     
- Misses        240      245       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@selwin
Copy link
Collaborator

selwin commented May 11, 2024

I actually plan on deprecating delay method name, does enqueue() not work?

@naskio
Copy link
Contributor Author

naskio commented May 11, 2024

Yes, it's not working on the mentioned version (delay is the one working now!)

@selwin selwin merged commit fc4884a into rq:master May 12, 2024
30 checks passed
@selwin
Copy link
Collaborator

selwin commented May 12, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants