adsabs / ADSDeploy

Deployment, testing, and GUI pipeline for the ADS application tier
GNU General Public License v3.0
0 stars 2 forks source link

Feature/issue#6/database worker #7

Closed jonnybazookatone closed 8 years ago

jonnybazookatone commented 8 years ago

Preliminary idea of what we would store for each transaction that occurs for a worker. The logic can exist within the single database worker, or it could exist inside that of each worker in the queue.

This does require that each worker pass on the relevant information to the next worker. For example, there should be values in the payload like 'deploy' from start to finish, so that the relevant value should be updated if necessary.

Should end #6, or at least set the base idea of what we wish to implement.