#dev 2024-05-10

2024-05-10 UTC
ttybitnik, [qubyte], amyiscoolz_, gruetzhaxe, influous, barnaby, [tantek], [marksuth], [Jo], lifeofpablo, GuestZero, win0err and jjuran joined the channel
#
capjamesg
aaronpk How does the Aperture polling service work?
#
capjamesg
In terms of queuing up jobs.
#
capjamesg
I'm trying to think through a system that pulls data from a dozen sources every 10 minutes or so. To start, a cron job would definitely work (my intent is something on those lines). I'm curious how you scale that, from an engineering perspective.
#
pcarrier
is there a simple, stupid HTTP recurring job service available? something like cron+curl?
#
pcarrier
[edit] is there a simple, stupid HTTP recurring job service available? something like a naïve cron+curl with a log?
#
capjamesg
The simpler, the better 😄