You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this was a conscious decision in #10966, but if I'm displaying a collection of "blog posts" in a list and have a publish date of 8:00 AM the new entry won't show up in that listing until 8:01 AM. I was hoping that the time the entry is published both the detail page and areas where it is listed would show that post.
How to reproduce
Create a blog detail and listing page
Enable full static caching
Schedule a new blog post 1 minute from your current time
Wait one minute and run php artisan schedule:run
Refresh the detail page and you'll see the post is available
Refresh the listing page and the post is not visible
Wait another minute and run php artisan schedule:run again
Bug description
Looks like this was a conscious decision in #10966, but if I'm displaying a collection of "blog posts" in a list and have a publish date of 8:00 AM the new entry won't show up in that listing until 8:01 AM. I was hoping that the time the entry is published both the detail page and areas where it is listed would show that post.
How to reproduce
php artisan schedule:run
php artisan schedule:run
againLogs
No response
Environment
Installation
Other (please explain)
Additional details
Using a starter kit we built as a GitHub templated repo and cloned
The text was updated successfully, but these errors were encountered: