Historie revizí

Autor SHA1 Zpráva Datum
  Ask Solem c30bebe09d Sleep only 0.2s not 1s after empty queue (round-trip time went from 0.03s to 0.01s, without hammering CPU) před 15 roky
  Ask Solem 4cc234159a Pyflakes před 15 roky
  Ask Solem 7985de1f53 More cleanups před 15 roky
  Ask Solem d1fb7dda7c scheduler wake-up debug message was not working properly because repeat silencer was local to on_iteration. před 15 roky
  Ask Solem 4041250e89 Some documentation and nitpicking. před 15 roky
  Ask Solem bd213cbb71 Moved CarrotListener to celery.worker.listener and ack revoked messages. před 16 roky
  Ask Solem 0197805d65 Implemented deleting (revoking of tasks) using a broadcast message to the workers + refactored apply_async / celery.messaging před 16 roky
  Ask Solem 0e68083c8e Don't use 100% CPU when bucket queue is empty, also print the scheduler debug logs less frequently. před 16 roky
  Ask Solem 245a5dfda0 PEP8ify před 16 roky
  Ask Solem 84eb860d99 PEP8ify: Group imports před 16 roky
  Ask Solem d1e0743a1b Renamed bucket_queue -> ready_queue před 16 roky
  Ask Solem 4c57b60a34 Now using a scheduler to schedule tasks with ETA/countdown. A lot more efficient. před 16 roky
  Ask Solem abbad2657b Remove the old periodic task system před 16 roky
  Ask Solem 30722fe8d5 Cosmetic changes před 16 roky
  Ask Solem c1c01f8bb0 Abstract away the use of multiprocessing.get_logger() před 16 roky
  Ask Solem c5b31df850 Implement AMQP basic.qos (Quality of Service) to set the message prefetch před 16 roky
  Ask Solem b59be258c0 Remove unused import před 16 roky
  Ask Solem 584204ced6 celeryd now survives a restart of the AMQP server! Automatically re-establish AMQP broker connection if its lost. New settings: před 16 roky
  Ask Solem 358b463111 Database access can't happen at Thread.__init__, renamed InfinityThread -> před 16 roky
  Ask Solem 022635ff85 Try to fix a race condition with PeriodicTasks. před 16 roky
  Ask Solem 55226a5b85 PeriodicWorkController now emits a debug log message for which periodic tasks před 16 roky
  Ask Solem 29e4e49c50 More debugging logging před 16 roky
  Ask Solem 8e6c9ba22c That's 99% coverage, probably don't want to take it further před 16 roky
  Ask Solem 0ce532c68c Set PeriodicWorkController/Mediator as daemon threads. před 16 roky
  Ask Solem 448f4656b1 PEP8ify před 16 roky
  Ask Solem e7e48f455c Make a common subclass for threads continously doing work. před 16 roky
  Ask Solem e0ade80f31 PEP8ify před 16 roky
  Ask Solem 58900c42ef Forgot to import default-backend (closes JIRA #OPAL-224) před 16 roky
  Ask Solem e6778be0de unlink pid file is it's stale před 16 roky
  Ask Solem bc1c629591 Refactor celery/worker into multiple modules před 16 roky