-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix: switch to 10 minutes cron #1161
Conversation
@Soare-Robert-Daniel tested and it's working well 👍 |
I tested this with the final merge and it doesn't work to me. Charts are getting refreshed only after one hour not each ten minutes. I see that the code change added here: https://github.com/Codeinwp/visualizer/pull/1161/files#diff-6a2bceb3434041451d4f3359e058407647985c3f74f400623aeafe9675cd0b92R213 Change the Recurrence of I changed the code in my test instance to:
So added same for visualizer_schedule_import as you did for visualizer_schedule_refresh_db and then it worked - charts got refreshed after 10 minutes. Can you fix this? Thanks! |
As an idea, The route is like this:
Technically, the second schedule is not needed unless the first schedule is missing a chart type to update that the second might not. What type of source (along with the URL) did you use? |
@Soare-Robert-Daniel, I used both the CSV and Database and it wasn't refresh in any of them, I think you can easily replicate it yourself as well. Let me know if it works for you |
Any update here? |
@vytisbulkevicius, here is the PR https://github.com/Codeinwp/visualizer-pro/pull/481 I also created this issue https://github.com/Codeinwp/visualizer-pro/issues/482 Sorry for the issue. My attention and understanding are not in the best shape 😞, I misinterpreted the process. |
🎉 This PR is included in version 3.11.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Will affect visual aspect of the product
NO
Screenshots
Test instructions
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/visualizer-pro/issues/474