SeungTaeKim
01/16/2023, 2:37 AMSamhita Alla
I have checked launchplans in the archived projects are still running and they make error in flyte-scheduler.What kind of error are you seeing?
SeungTaeKim
01/17/2023, 7:42 AMSamhita Alla
Kim Junil
01/18/2023, 6:22 AMDavid Espejo (he/him)
01/31/2023, 8:03 PMSeungTaeKim
02/01/2023, 12:35 AMDavid Espejo (he/him)
02/01/2023, 12:39 AMSeungTaeKim
02/01/2023, 12:41 AMDavid Espejo (he/him)
02/01/2023, 12:43 AMflytescheduler
pod?SeungTaeKim
02/01/2023, 12:44 AM{
"json": {
"src": "executor_impl.go:121"
},
"level": "error",
"msg": "failed to create execution create request %+v due to %v after all retriesproject:\"test\" domain:\"development\" name:\"fb441d3aa00fd1773000\" spec:<launch_plan:<resource_type:LAUNCH_PLAN project:\"test\" domain:\"development\" name:\"sunday_launch_plan\" version:\"174a603\" > metadata:<mode:SCHEDULED scheduled_at:<seconds:1665273600 > > > inputs:<> rpc error: code = InvalidArgument desc = project [test] is not active",
"ts": "2023-01-16T07:51:15Z"
}
David Espejo (he/him)
02/01/2023, 12:49 AMSeungTaeKim
02/01/2023, 12:51 AMDavid Espejo (he/him)
02/01/2023, 12:52 AMtest
project is not active. Is this the one you archived?SeungTaeKim
02/01/2023, 12:55 AMtest, flytesnacks, and several more projects my team made
David Espejo (he/him)
02/01/2023, 12:58 AMSeungTaeKim
02/01/2023, 1:04 AMWhen a user deletes a launch plan from code, and the user doesn't manually deactivate the launch plan, it will continue to run. There's also no way to query "old" launch plans.
in the link.
However, the function I expect is the activated launchplans should be archived when the projects they are included become archived.David Espejo (he/him)
02/01/2023, 1:29 AM