Andreas Tsangarides
10/26/2022, 8:20 AMStarting task run...
[2022-10-25 15:23:07+0100] INFO - prefect.TaskRunner | Task 'read_features_config[1]': Starting task run...
[2022-10-25 15:23:07+0100] INFO - prefect.TaskRunner | Task 'read_features_config[3]': Finished task run for task with final state: 'Success'
iKeepo w
10/26/2022, 9:20 AMiKeepo w
10/26/2022, 9:26 AMDeepanshu Aggarwal
10/26/2022, 9:41 AMDaniel Komisar
10/26/2022, 11:46 AMlocation
field may be (i.e. for use with PrefectResults
)? Thanks!Adam
10/26/2022, 2:21 PMSunjay
10/26/2022, 2:36 PMFarooque Shaikh
10/26/2022, 3:02 PMHamza Naanani
10/26/2022, 3:04 PMprefect.exceptions.PrefectHTTPStatusError: Client error '403 Forbidden' for url '<https://api.prefect.cloud/api/accounts/xxxxxxxx/workspaces/xxxxx/work_queues/name/dev-prem-wq>'
I tried changing the api keys (service account) / giving ownership to the agent on the workspace, but nothing worked so far.
I tried deploying the agents on the cloud on a kubernetes cluster and it works just fine, but when I try to do the same thing on our on prem environment, it returns me this error. Can I have some insights please ?
ThanksYD
10/26/2022, 3:30 PMKhuyen Tran
10/26/2022, 4:01 PMNora Myer
10/26/2022, 4:20 PMmicroft
10/26/2022, 4:31 PMBrian Osserman
10/26/2022, 4:39 PMJoshua Greenhalgh
10/26/2022, 4:46 PMAttributeError: 'Context' object has no attribute 'scheduled_start_time'
Paco Ibañez
10/26/2022, 4:48 PMTim Enders
10/26/2022, 6:02 PM13:00:10.647 | ERROR | Task run 'Get-Items-d8ed86f1-212' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.650 | ERROR | Task run 'Get-Items-d8ed86f1-15' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.652 | ERROR | Task run 'Get-Items-d8ed86f1-857' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.653 | ERROR | Task run 'Get-Items-d8ed86f1-774' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.654 | ERROR | Task run 'Get-Items-d8ed86f1-609' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.655 | ERROR | Task run 'Get-Items-d8ed86f1-444' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.657 | ERROR | Task run 'Get-Items-d8ed86f1-399' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.659 | ERROR | Task run 'Get-Items-d8ed86f1-700' - Crash detected! Execution was cancelled by the runtime environment.
13:00:10.660 | ERROR | Task run 'Get-Items-d8ed86f1-460' - Crash detected! Execution was cancelled by the runtime environment.
Michał Augoff
10/26/2022, 6:47 PMMary Clair Thompson
10/26/2022, 7:34 PMBradley Hurley
10/26/2022, 9:53 PMAdam
10/26/2022, 9:55 PMiñigo
10/26/2022, 10:39 PMEnda Peng
10/26/2022, 10:58 PMAdam
10/26/2022, 11:36 PMThomas Pedersen
10/27/2022, 9:54 AMagent start --match
).
All I need to tell each agent is "Don't start more than N docker containers at the same time" (or you will run out of disk or memory)... E.g. the limit is really on the agent resources. In the full cloud I don't care how many things run simultaneously - the more the merrier :DAndrei Tulbure
10/27/2022, 10:30 AMwith Flow(...)
block. If you're trying to run this task outside of a Flow context, you need to call `GetItem(...).run(...)`` . All in all error was because of missing params from function call. Could you make the error a little bit more helpful ? Or specific ? ...... Or am I missing something ?Nic
10/27/2022, 10:50 AMAdam
10/27/2022, 11:08 AMenvFrom
section to a KubernetesJob
block. We want to include this using the Python API:
envFrom:
- secretRef:
name: job-secrets
Jons Cyriac
10/27/2022, 11:33 AMChristian Vogel
10/27/2022, 12:50 PMChristian Vogel
10/27/2022, 12:50 PM