Ticket #51 (new task)

Opened 10 months ago

Last modified 4 months ago

Cron System

Reported by: jaymacdonald Owned by:
Priority: major Milestone: 1.4
Component: api Version: trunk
Keywords: Cc:

Description (last modified by jaymacdonald) (diff)

I will be working on a cron system. It will work without requiring any cron on the system.

How it will work:

* REQUEST -> Cron: Check for events -> No Events, Continue ->

OR

* REQUEST -> Cron: Check for events -> -> Event(s) Detected! -> Process Event(s) -> Continue

Although mainly used for the backend, a client API will be written.

Change History

Changed 10 months ago by jaymacdonald

  • description modified (diff)

Changed 10 months ago by jaymacdonald

  • description modified (diff)
  • milestone set to 1.0-alpha2

Changed 10 months ago by jaymacdonald

  • description modified (diff)

Changed 10 months ago by psychcf

This is a good idea, but it needs to be planned out. We have to think of situations where an app or we would need cron. Once we come up with ideas, we need to come up with an implementation that will work (either client side or server side).

Also, we have to decide if we want to check for cron during requests, or using a standard unix cron job on the server, or both.

So lets brainstorm some ways we can use cron on the system and post them up here before we code anything.

Changed 9 months ago by psychcf

  • milestone changed from 1.0-alpha2 to 3.0

Changed 9 months ago by psychcf

  • milestone changed from 3.0 to 1.6

Changed 4 months ago by psychcf

  • type changed from defect to task

Changed 4 months ago by psychcf

  • owner deleted
Note: See TracTickets for help on using tickets.