Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

brtbrt's avatar

How to setup cron task executing http request

N00b here. I need to run a cron task on a regularly base (let's say once every hour, or manually executed). This cron task will send http requests and import the responses into the database. How do I go about this? I assume this is a Laravel Queue Job? Any pre-existing packages out there with a CRUD (so I can see queue history, failures etc.) and allowing me to easily set frequency?

0 likes
1 reply

Please or to participate in this conversation.