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

Use 32 bits integer for repeat field to avoid overflow with frequent scheduled tasks #262

Merged
merged 1 commit into from
Oct 9, 2017

Conversation

gchardon-hiventy
Copy link
Contributor

Simple field migration as discussed in #255

…s) to avoid overflow with frequent scheduled tasks
@codecov-io
Copy link

codecov-io commented Oct 9, 2017

Codecov Report

Merging #262 into master will decrease coverage by 2.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
- Coverage    93.2%   90.72%   -2.48%     
==========================================
  Files          41       42       +1     
  Lines        2724     2729       +5     
==========================================
- Hits         2539     2476      -63     
- Misses        185      253      +68
Impacted Files Coverage Δ
django_q/migrations/0009_auto_20171009_0915.py 100% <100%> (ø)
django_q/models.py 98.66% <100%> (ø) ⬆️
django_q/brokers/ironmq.py 0% <0%> (-94.74%) ⬇️
django_q/tests/test_brokers.py 70.58% <0%> (-11.77%) ⬇️
django_q/brokers/__init__.py 94.18% <0%> (-2.33%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d33752f...3d2099f. Read the comment docs.

@Koed00 Koed00 merged commit 66133a2 into Koed00:master Oct 9, 2017
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.

3 participants