Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core Feature]: Allow to configure agent status update frequency #5733

Open
thomas-maschler opened this issue Sep 9, 2024 · 3 comments
Open

Comments

@thomas-maschler
Copy link

thomas-maschler commented Sep 9, 2024

I have an asynchronous agent that schedules long-running jobs using a third-party service. That service has request quotas.
Right now, agents request a status update every 5s. When running many long-running tasks concurrently I frequently run into quota limits and my status updates fail.

I would like to configure the status update frequency for my agent in a similar way I can configure timeouts.
https://docs.flyte.org/en/latest/flyte_agents/developing_agents.html#canary-deployment

Copy link

welcome bot commented Sep 9, 2024

Thank you for opening your first issue here! 🛠

@pingsutw
Copy link
Member

pingsutw commented Sep 9, 2024

You should be able to configure it by updating this config

@kumare3
Copy link
Contributor

kumare3 commented Sep 11, 2024

@thomas-maschler as @pingsutw said, this is already supported in Agents today. please use this to adjust.
@pingsutw maybe we should make it possible to adjust it from the AgentMetadata service (in the future)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants