<@U06HBGN1SA0> my scheduled workflows are not pick...
# ask-ai
b
@Glime my scheduled workflows are not picking up the schedule automatically after server restart. Where should I check for what is wrong?
g
To troubleshoot your issue with scheduled workflows not picking up the schedule automatically after a server restart, you should consider the following steps based on the context provided: 1. ​*Check for any errors in the scheduler pod logs*​: As mentioned in one of the discussions, there could be errors related to the scheduler not being able to fire the schedule due to missing inputs or other reasons. Look for any error messages that might indicate what's going wrong. For example, an error message like
rpc error: code = InvalidArgument desc = missing key in inputs
could provide a clue. (source: https://discuss.flyte.org/t/428652/hey-i-m-trying-to-set-up-schedules-for-my-workflows-launchpl) 2. ​*Verify the status of the schedules in the Flyte console*​: Ensure that the schedules are active. If they are not, you might need to reactivate them using the Flyte CLI. For example, you can activate a launch plan with a specific version using a command similar to
flytectl update launchplan -p flyteexamples -d development my_cron_scheduled_lp --version v1 --activate
. (source: https://discuss.flyte.org/t/9995490/hi-i-an-trying-to-do-scheduling-workflows-by-following-this-) 3. ​*Check for any recent changes or issues with the Flyte scheduler*​: Look for any known issues or recent changes that might affect scheduling. For instance, there could be bugs affecting the scheduler's behavior or specific conditions under which the scheduler fails to pick up schedules. (source: https://github.com/flyteorg/flyte/issues/4688, https://github.com/flyteorg/flyte/issues/4285) 4. ​*Ensure that the Flyte system components are correctly configured and running*​: Problems with the Flyte scheduler could also stem from misconfigurations or issues with other system components. Make sure that all components, including the admin and propeller services, are running as expected. (source: https://discuss.flyte.org/t/10511081/hi-team-quick-question-about-schedules-we-have-a-workflow-th) 5. ​*Review the launch plans and their configurations*​: Double-check the configurations of your launch plans, especially those related to scheduling. Ensure that there are no issues with the cron expressions or other schedule-related settings. (source: https://discuss.flyte.org/t/17796/i-need-some-help-getting-launchplans-with-a-cronjob-configur) If after checking these areas you still face issues, consider reaching out to the Flyte community for more specific guidance or to report a potential bug. --- This is an AI-generated response, take its recommendations with caution. Please help us improve the model accuracy by giving this response a thumbs up/thumbs down reaction. Sources https://discuss.flyte.org/t/428652/hey-i-m-trying-to-set-up-schedules-for-my-workflows-launchpl/ https://discuss.flyte.org/t/9995490/hi-i-an-trying-to-do-scheduling-workflows-by-following-this-/ https://github.com/flyteorg/flyte/issues/4688/ https://github.com/flyteorg/flyte/issues/4285/ 👍 button 👎 button