You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Hi MK,
this ia a kick-ass library..it is just great, could you please create more example
I need to schedule a job that it takes some data from a DB and send that to a S3 instance every hour.
Do you have any idea of how can I achieve this?
Cheers,
JS
Michael Klishin
unread,
Jun 11, 2012, 5:25:43 AM6/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Joao Carlos Salcedo Torres:
> this ia a kick-ass library..it is just great, could you please create more example
> I need to schedule a job that it takes some data from a DB and send that to a S3 instance every hour.
> Do you have any idea of how can I achieve this?
João,
Did you read http://clojurequartz.info/articles/getting_started.html? It has enough information to cover
your example. You can also use scheduled execution service for this particular case (run X every Y
seconds/minutes/hours):