Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 204 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 204 Bytes

1.1.0

  • Timestamps are float rather than int. #23
  • Due to problems with autoloading, you now need to manually assign a list of workers. #22
Lowkiq.workers = [ ATestWorker, ATest2Worker ]