We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is easy enough to implement, but I don't want to add to the API surface unless there's a real use case
The text was updated successfully, but these errors were encountered:
I have a potential use case for this
I use run to run some twitch-api-consuming processes
run
however, twitch's oauth tokens expire after 4 hours
it would be neat if i could invalidate my refresh-tokens task every 4 hours (which could be a trigger to invalidate the tasks that use the token)
refresh-tokens
https://github.com/cgsdev0/dotfiles/blob/d976e9a58450bbcd460f007efec9168a4aeb25dd/tasks.toml#L6-L12
buuuuuut, i could also just make refresh-tokens a "long" task and add a sleep 14400 to the cmd, so maybe it's not really needed 🤔
sleep 14400
Sorry, something went wrong.
No branches or pull requests
this is easy enough to implement, but I don't want to add to the API surface unless there's a real use case
The text was updated successfully, but these errors were encountered: