Andor Tóth
02/28/2020, 2:21 PMBraun Reyes
02/28/2020, 6:46 PMAdam Roderick
02/28/2020, 10:32 PMMark Williams
02/28/2020, 11:23 PMNate Atkins
02/28/2020, 11:31 PMAdam Roderick
02/28/2020, 11:32 PMtrapped
03/02/2020, 8:09 AMPeter Ebert
03/02/2020, 2:49 PMMaikel Penz
03/03/2020, 1:20 AMFargateTaskEnvironment
with updated CPU/Memory settings I see that the Task definition doesn't get updated on ECS. No new version is created and next run will pick up the old configuration. Did anyone get around this issue ?Arlo Bryer
03/03/2020, 2:07 PMCab Maddux
03/03/2020, 2:20 PMtrapped
03/03/2020, 6:27 PMcreateFlowRun
mutation in Cloud for dynamically scheduling flow runs (with parameters); is there any way to batch-create flow runs to avoid the overhead of calling the mutation for each run?Andrew Vaccaro
03/03/2020, 7:05 PMX
label from the hostname running on an EC2 instance, while I scheduled the run locally with hostname (and therefore label) Y
.
Edit: Ah, answered my own question, that's the issue. Any way I can turn off the hostname label by default? Or keep the labels but ignore the affinity (better option)?Wolfgang Kerzendorf
03/03/2020, 10:06 PMTuan Nguyen
03/04/2020, 1:18 PMTuan Nguyen
03/04/2020, 1:19 PMJohn Ramirez
03/04/2020, 4:59 PMTsang Yong
03/04/2020, 5:12 PMGeorge Coyne
03/04/2020, 7:57 PMAttributeError: 'Parameter' object has no attribute 'log_stdout'
George Coyne
03/04/2020, 7:57 PMWolfgang Kerzendorf
03/05/2020, 4:03 PMArlo Bryer
03/05/2020, 5:06 PMlogger
). I was hoping that I could perhaps add this as an extra logger to Prefect (or add Prefect’s logger as one of the handlers), resulting in getting logs in cloud and on local stderr.
Has anyone set up something similar to this before?
(I tried naively adding the package logger to Prefect’s PREFECT_LOGGING_EXTRA_LOGGERS
env var, but this doesn’t seem to have worked as expected).John Ramirez
03/05/2020, 7:02 PMModuleNotFoundError: No module named 'prefect.utilities.notifications.notifications'; 'prefect.utilities.notifications' is not a package
Adam Roderick
03/05/2020, 11:17 PMException raised while calling state handlers: TypeError('string indices must be integers')
. I don't really now how to begin troubleshooting this in cloud. Any ideas?alvin goh
03/06/2020, 12:09 AMNguyen Hoang Nguyen
03/06/2020, 7:53 AMfrom prefect.schedules.clocks import CronClock
import pendulum
schedule = Schedule(clocks=[CronClock("40 14 * * *", start_date=pendulum.now("Asia/Ho_Chi_Minh"))])
trapped
03/06/2020, 9:26 AMClient.create_flow_run
method doesn't accept a labels
parameterManuel Aristarán
03/06/2020, 3:42 PMJohn Ramirez
03/06/2020, 5:42 PMclient.restart
in the workflow because the workflow will fail. Any thoughts or ideas on how to clear memoryWolfgang Kerzendorf
03/06/2020, 5:49 PM