schlosser / eventum

An event-driven CMS that syncs with Google Apps
21 stars 15 forks source link

We should run jobs in RQ #16

Open schlosser opened 10 years ago

schlosser commented 10 years ago

Like Google Calendar requests, clean up images in app/static/img/uploaded/_deleted, email owners of events, etc.

natebrennand commented 10 years ago

I'm down to play around with this if you need to prioritize other stuff

schlosser commented 10 years ago

That would be cool, but it's not terribly urgent. Getting it running is not documented yet.. I'll try and push some docs soon

On Wed, Jul 23, 2014 at 12:01 PM, Nate notifications@github.com wrote:

I'm down to play around with this if you need to prioritize other stuff

— Reply to this email directly or view it on GitHub https://github.com/danrschlosser/eventum/issues/16#issuecomment-49895078 .

schlosser commented 10 years ago

Actually I take it back, it's very possible this won't run at all on other people computers until I figure out some authentication stuff with Google -- I depend on some oauth things that are tied to my account right now I think

natebrennand commented 10 years ago

RE: Oauth, you might have a flag somewhere that disables those checks or something that makes testing more viable without sharing the app token & secret with everyone developing

schlosser commented 10 years ago

Agreed.

On Thu, Jul 24, 2014 at 1:18 AM, Nate notifications@github.com wrote:

RE: Oauth, you might have a flag somewhere that disables those checks or something that makes testing more viable without sharing the app token & secret with everyone developing

— Reply to this email directly or view it on GitHub https://github.com/danrschlosser/eventum/issues/16#issuecomment-49968560 .