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
It's not clear what a good time to do this is.
We don't want to do it during a user's request. But we don't want to assume a background job system.
Perhaps the answer is a scope on QuoVadis::Session and a snippet in the README showing how to use it from, say, a cron job.
QuoVadis::Session
The text was updated successfully, but these errors were encountered:
Quo Vadis is built for Rails so we can assume a background job system.
Sorry, something went wrong.
No branches or pull requests
It's not clear what a good time to do this is.
We don't want to do it during a user's request. But we don't want to assume a background job system.
Perhaps the answer is a scope on
QuoVadis::Session
and a snippet in the README showing how to use it from, say, a cron job.The text was updated successfully, but these errors were encountered: