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

Exceeding per-minute rate limit #44

Open
basher83 opened this issue May 21, 2024 · 3 comments
Open

Exceeding per-minute rate limit #44

basher83 opened this issue May 21, 2024 · 3 comments
Labels
✨ enhancement New feature or request

Comments

@basher83
Copy link

It would be great if there could be some way that Devon outputs a history so that if the workflow is stopped it can be resumed again upon reloading. I Have tried a few tricks to keep my workflow going but I still keep hitting rate limits. My attempt was to create an instructions.txt with a very detailed explanation of what I wanted. In my instructions I told Devon to keep a running log in a separate txt file so that the workflow could be easily restarted in case of a crash. Within my instructions.txt I tell Devon to first read the previous log and then continue working. It kind of works, but not well enough to get me through the entire project.

@ObjectJosh
Copy link
Contributor

@basher83 Yup, better persistence / restoring from a history is definitely on the list, in order to make it a lot more usable. In the meantime, a quick trick some have done just to avoid the per-minute rate limit is add a sleep duration in the code.

@ObjectJosh ObjectJosh added the ✨ enhancement New feature or request label May 21, 2024
@Mihir1003
Copy link
Contributor

That's a actually really cool way to persist workflows!Adding persistence is definitely on the roadmap.
Rate limit is strange as I added exponential backoff. I'll increase backoff period so those can be avoided!

@basher83
Copy link
Author

@ObjectJosh Thanks for the tip! I suppose a sleep duration would have been a simpler approach to my complex solution. I appreciate the feedback and look forward to how this project improves and evolves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants