nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

Allow re queueing jobs #113

Closed jamesbennet closed 11 years ago

jamesbennet commented 11 years ago

Allow re queueing jobs.

I.e. hit "retry" button on a failed job to rerun it.

We now have the buildrequest table, where transport data, and job ID is logged to, to enable this to occur.

jamesbennet commented 11 years ago

This now works.