Skip to content

Releases: ryanhiebert/hirefire

1.1

03 Jun 19:46
a22330a
Compare
Choose a tag to compare
  • Allow startup to happen twice (#60)
  • Enforce that the HireFire token is present for flask (#61)
  • Pass arguments to the Blueprint constructor in the correct order (#62)

Release version 1.0

03 Jun 13:30
665217e
Compare
Choose a tag to compare
- Remove an annoying warning (#57)
- Output request queue time for Django (#55)

Release version 0.8

03 Jun 13:30
cf8686d
Compare
Choose a tag to compare
- Make RQ proc counting more efficient and correct (#49)
- CeleryProc close open channels (#51)

Release 0.7

03 Jun 13:29
9f35c3a
Compare
Choose a tag to compare
- Make ProcSerializer inherit from object (#47)

0.6

10 Oct 14:51
Compare
Choose a tag to compare
0.6
  • Use concurrent futures to reduce blocking IO (#37)
  • Add a test suite (#41)
  • Fix RabbitMQ connection TimeoutError (#42).
    Acquire and dispose broker connection per request