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 startup error in AWS Lambda #405

Merged
merged 1 commit into from Jan 21, 2020
Merged

Fix startup error in AWS Lambda #405

merged 1 commit into from Jan 21, 2020

Conversation

lordkev
Copy link

@lordkev lordkev commented Jan 21, 2020

Lambda has a similar issue with multiprocessing.Queue as OS X due to there being no /dev/shm, but it throws an OSError instead of NotImplementedError. Simple fix.

@lordkev
Copy link
Author

lordkev commented Jan 21, 2020

Fixes #384

@codecov-io
Copy link

codecov-io commented Jan 21, 2020

Codecov Report

Merging #405 into master will increase coverage by 0.19%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #405      +/-   ##
==========================================
+ Coverage   90.43%   90.63%   +0.19%     
==========================================
  Files          43       43              
  Lines        2855     2915      +60     
==========================================
+ Hits         2582     2642      +60     
  Misses        273      273
Impacted Files Coverage Δ
django_q/conf.py 74.75% <0%> (ø) ⬆️
django_q/tests/test_monitor.py 100% <0%> (ø) ⬆️
django_q/tests/test_admin.py 100% <0%> (ø) ⬆️
django_q/tests/test_commands.py 100% <0%> (ø) ⬆️
django_q/signing.py 100% <0%> (ø) ⬆️
django_q/tests/test_cluster.py 100% <0%> (ø) ⬆️
django_q/tests/test_cached.py 100% <0%> (ø) ⬆️
django_q/tests/test_scheduler.py 100% <0%> (ø) ⬆️
django_q/tasks.py 99.48% <0%> (+0.01%) ⬆️
django_q/models.py 97.45% <0%> (+0.04%) ⬆️
... and 7 more

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 7317839...0d9ebf9. Read the comment docs.

@Koed00 Koed00 merged commit 69c1061 into Koed00:master Jan 21, 2020
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

3 participants