portkey-cloud / portkey

Live-coding the Cloud
144 stars 7 forks source link

CloudWatch Events support (cron) #26

Open viesti opened 6 years ago

viesti commented 6 years ago

pk/schedule with cron schedule. ~With option to not deploy in order to only change schedule, in which case checks if the function has been deployed.~

cgrand commented 6 years ago

I'm not sure the second part is a good idea.

Le dim. 3 sept. 2017 à 21:17, Kimmo Koskinen notifications@github.com a écrit :

pk/schedule with cron schedule. With option to not deploy in order to only change schedule, in which case checks if the function has been deployed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/portkey-cloud/portkey/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC3sUAkTO4vXczDfj5gjc15z5f5fRteks5sevs9gaJpZM4PLRp_ .

-- On Clojure http://clj-me.cgrand.net/ Clojure Programming http://clojurebook.com Training, Consulting & Contracting http://lambdanext.eu/

viesti commented 6 years ago

Yep, wasn't sure also, speaking out loud makes for better validation of ideas :) So I think that overall goal is that the deploy is always fast so there is no reason to skip it. I think we can drop the second part, since it would introduce more (code, complexity) than strictly needed.

cgrand commented 6 years ago

This wasn't my concern. It's not specific to schedule but how do to undo or modify something that you have done (mount, schedule etc.)? And when it has been done days ago in a different repl?

Le dim. 3 sept. 2017 à 21:29, Kimmo Koskinen notifications@github.com a écrit :

Yep, wasn't sure also, speaking out loud makes for better validation of ideas :) So I think that overall goal is that the deploy is always fast so there is no reason to skip it. I think we can drop the second part, since it would introduce more (code, complexity) than strictly needed.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/portkey-cloud/portkey/issues/26#issuecomment-326826016, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC3sWg_cGY01WqIAIkxCjsme_QbnnL3ks5sev4WgaJpZM4PLRp_ .

-- On Clojure http://clj-me.cgrand.net/ Clojure Programming http://clojurebook.com Training, Consulting & Contracting http://lambdanext.eu/