[Seaside] Running a method periodically on a Seaside site

sergio ruiz sergio.rrd at gmail.com
Mon Mar 18 15:28:05 UTC 2019


I would like to run an “update all data” type method that grabs data from a
few services, crunches it, and spits data to another service. I would like
to run this twice a day.

What is the most Smalltalk/Pharo/Seaside approach to such a thing?

I thought about running it from the command line using a cron job, which I
would totally like, but the job dies because it tries to run another copy
of the same image with Seaside already running.

I thought about creating a REST endpoint, and calling it via wget using
cron, but I got too bogged down in installing the Seaside REST packages,
and running into errors everywhere.

Any suggestions?

Thanks!

----
peace,
sergio
photographer, journalist, visionary

Public Key: http://bit.ly/29z9fG0
#BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
http://www.codeandmusic.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20190318/9af87452/attachment.html>


More information about the seaside mailing list