You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Is there any way to fix/customize following error?
I have scheduled around 20 emails. using redis as celery broker url and backend result storage.
i am getting error in logs saying
logfile:
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[2020-03-17 08:01:13,569: ERROR/MainProcess] Process 'ForkPoolWorker-7069' pid:7551 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:01,442: ERROR/MainProcess] Process 'ForkPoolWorker-7072' pid:7566 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:01,453: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).')
Traceback (most recent call last):
File "/usr/local/python3.7/lib/python3.7/site-packages/billiard/pool.py", line 1223, in mark_as_worker_lost
human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).
[2020-03-17 08:05:01,774: ERROR/MainProcess] Process 'ForkPoolWorker-7067' pid:7540 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:01,785: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).')
Traceback (most recent call last):
File "/usr/local/python3.7/lib/python3.7/site-packages/billiard/pool.py", line 1223, in mark_as_worker_lost
human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).
[2020-03-17 08:05:02,507: ERROR/MainProcess] Process 'ForkPoolWorker-4165' pid:4478 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:02,561: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).')
Traceback (most recent call last):
File "/usr/local/python3.7/lib/python3.7/site-packages/billiard/pool.py", line 1223, in mark_as_worker_lost
human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).
[2020-03-17 08:05:03,164: ERROR/MainProcess] Process 'ForkPoolWorker-7071' pid:7561 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:03,875: ERROR/MainProcess] Process 'ForkPoolWorker-7074' pid:7570 exited with 'signal 9 (SIGKILL)'
Expected results
what you expected to happen.
Actual results
what actually happens.
Screenshots
If applicable, add screenshots to help explain your problem.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
A clear and concise description of what the bug is.
Is there any way to fix/customize following error?
I have scheduled around 20 emails. using redis as celery broker url and backend result storage.
i am getting error in logs saying
logfile:
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[2020-03-17 08:01:13,569: ERROR/MainProcess] Process 'ForkPoolWorker-7069' pid:7551 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:01,442: ERROR/MainProcess] Process 'ForkPoolWorker-7072' pid:7566 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:01,453: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).')
Traceback (most recent call last):
File "/usr/local/python3.7/lib/python3.7/site-packages/billiard/pool.py", line 1223, in mark_as_worker_lost
human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).
[2020-03-17 08:05:01,774: ERROR/MainProcess] Process 'ForkPoolWorker-7067' pid:7540 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:01,785: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).')
Traceback (most recent call last):
File "/usr/local/python3.7/lib/python3.7/site-packages/billiard/pool.py", line 1223, in mark_as_worker_lost
human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).
[2020-03-17 08:05:02,507: ERROR/MainProcess] Process 'ForkPoolWorker-4165' pid:4478 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:02,561: ERROR/MainProcess] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL).')
Traceback (most recent call last):
File "/usr/local/python3.7/lib/python3.7/site-packages/billiard/pool.py", line 1223, in mark_as_worker_lost
human_status(exitcode)),
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL).
[2020-03-17 08:05:03,164: ERROR/MainProcess] Process 'ForkPoolWorker-7071' pid:7561 exited with 'signal 9 (SIGKILL)'
[2020-03-17 08:05:03,875: ERROR/MainProcess] Process 'ForkPoolWorker-7074' pid:7570 exited with 'signal 9 (SIGKILL)'
Expected results
what you expected to happen.
Actual results
what actually happens.
Screenshots
If applicable, add screenshots to help explain your problem.
How to reproduce the bug
Environment
(please complete the following information):
superset version: superset version
0.33.10402
python version: python --version
Flask 1.0.2
Python 3.7.3 (default, Sep 24 2019, 07:16:25)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
node -v
npm -v
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: