You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/01 10:20:22 UTC

[GitHub] [airflow] ptrhck commented on issue #19007: argument execution_date: invalid parse value

ptrhck commented on issue #19007:
URL: https://github.com/apache/airflow/issues/19007#issuecomment-983494569


   I am facing the very same issue on my worker:
   
   `
   2021-12-01T10:07:40.771Z | [2021-12-01 10:07:40,770: WARNING/ForkPoolWorker-15] airflow tasks run command error: argument execution_date: invalid parse value: 'manual__2021-12-01T11:07:14+01:00', see help above.
   -- | --
     | 2021-12-01T10:07:40.783Z | [2021-12-01 10:07:40,782: ERROR/ForkPoolWorker-15] Task airflow.executors.celery_executor.execute_command[fd1fc02c-a25d-4157-9d22-f763aa8fd647] raised unexpected: AirflowException('Celery command failed on host: xxxxx.eu-central-1.compute.internal')
     | 2021-12-01T10:07:40.783Z | Traceback (most recent call last):
     | 2021-12-01T10:07:40.783Z | File "/home/airflow/.local/lib/python3.8/site-packages/celery/app/trace.py", line 412, in trace_task
     | 2021-12-01T10:07:40.783Z | R = retval = fun(*args, **kwargs)
     | 2021-12-01T10:07:40.783Z | File "/home/airflow/.local/lib/python3.8/site-packages/celery/app/trace.py", line 704, in __protected_call__
     | 2021-12-01T10:07:40.783Z | return self.run(*args, **kwargs)
     | 2021-12-01T10:07:40.783Z | File "/home/airflow/.local/lib/python3.8/site-packages/airflow/executors/celery_executor.py", line 88, in execute_command
     | 2021-12-01T10:07:40.783Z | _execute_in_fork(command_to_exec)
     | 2021-12-01T10:07:40.783Z | File "/home/airflow/.local/lib/python3.8/site-packages/airflow/executors/celery_executor.py", line 99, in _execute_in_fork
     | 2021-12-01T10:07:40.783Z | raise AirflowException('Celery command failed on host: ' + get_hostname())
     | 2021-12-01T10:07:40.783Z | airflow.exceptions.AirflowException: Celery command failed on host: xxxx.eu-central-1.compute.internal
   `
   
   What fixxed your issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org