Michael Law
06/23/2021, 10:02 AM[2021-06-23 08:53:35,179] ERROR - agent | Error while managing existing k8s jobs
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/prefect/agent/kubernetes/agent.py", line 384, in heartbeat
self.manage_jobs()
File "/usr/local/lib/python3.7/site-packages/prefect/agent/kubernetes/agent.py", line 230, in manage_jobs
pod_events.items, key=lambda x: x.last_timestamp
TypeError: '<' not supported between instances of 'datetime.datetime' and 'NoneType'
ERROR:agent:Error while managing existing k8s jobs
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/prefect/agent/kubernetes/agent.py", line 384, in heartbeat
self.manage_jobs()
File "/usr/local/lib/python3.7/site-packages/prefect/agent/kubernetes/agent.py", line 230, in manage_jobs
pod_events.items, key=lambda x: x.last_timestamp
TypeError: '<' not supported between instances of 'datetime.datetime' and 'NoneType'
Prabin Mehta
06/23/2021, 10:16 AMciaran
06/23/2021, 10:20 AMMichael Law
06/23/2021, 10:30 AMMichael Law
06/23/2021, 10:31 AMciaran
06/23/2021, 10:31 AMciaran
06/23/2021, 10:32 AMciaran
06/23/2021, 10:44 AMciaran
06/23/2021, 10:54 AM____ __ _ _ _
| _ \ _ __ ___ / _| ___ ___| |_ / \ __ _ ___ _ __ | |_
| |_) | '__/ _ \ |_ / _ \/ __| __| / _ \ / _` |/ _ \ '_ \| __|
| __/| | | __/ _| __/ (__| |_ / ___ \ (_| | __/ | | | |_
|_| |_| \___|_| \___|\___|\__| /_/ \_\__, |\___|_| |_|\__|
|___/
[2021-06-23 10:36:20,842] INFO - agent | Starting KubernetesAgent with labels ['ciarandev']
[2021-06-23 10:36:20,842] INFO - agent | Agent documentation can be found at <https://docs.prefect.io/orchestration/>
[2021-06-23 10:36:20,842] INFO - agent | Agent connecting to the Prefect API at <https://api.prefect.io>
[2021-06-23 10:36:20,975] INFO - agent | Waiting for flow runs...
INFO:agent:Found 1 flow run(s) to submit for execution.
[2021-06-23 10:42:13,356] INFO - agent | Found 1 flow run(s) to submit for execution.
[2021-06-23 10:42:13,559] INFO - agent | Deploying flow run 67799ea1-789e-4ca4-94e5-e8d16ae2c482
INFO:agent:Deploying flow run 67799ea1-789e-4ca4-94e5-e8d16ae2c482
On Prefect 0.14.19
I don't get the errorMichael Law
06/23/2021, 10:59 AMciaran
06/23/2021, 11:05 AMciaran
06/23/2021, 11:05 AMsorted
call a few lines above is what's failingciaran
06/23/2021, 11:05 AMciaran
06/23/2021, 11:10 AMMichael Law
06/23/2021, 12:33 PMciaran
06/23/2021, 12:35 PMciaran
06/23/2021, 3:18 PMciaran
06/23/2021, 3:21 PM