-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fixed action scheduler time issue with old method #1050
Conversation
Hey @girishpanchal30, Seems like some checks failed and build was not created here |
Looks like the build is here now after re-triggering the job but some checks still failed |
@girishpanchal30 can you explain a bit how this fixes the issue? If it was a function missing issue it would have thrown a fatal error not a wrong timestamp? |
@selul Sure!
|
@girishpanchal30 thanks for the explanation, makes sense now. When the as_has_scheduled_action returns true what's the timestamp that the user will use? Maybe in this case we can show in progress or something instead of the timestamp. Great findings btw. |
74517fa
to
22d3c83
Compare
…eeds into bugfix/pro/815
I’ve added the @vytisbulkevicius Now all checklist are passed. |
lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the explanation in the thread as I was also confused why having the older method is better than the newer one.
Summary
In this PR, I've fixed the Action Scheduler issue by addressing the older method. I've updated the condition to prioritize checking for the older method before evaluating other conditions.
Will affect visual aspect of the product
Yes
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/815