História revízii

Autor SHA1 Správa Dátum
  Ask Solem 5031102a89 Another syntax error in AMQP backend fix. 15 rokov pred
  Ask Solem 0a19bc3022 Remove unused time() 15 rokov pred
  Ask Solem 8517a5107b AMQP result backend result.get(): Wait for next state if state is not in READY_STATES. 15 rokov pred
  Ask Solem b03244dd25 Moved celery.worker.revoke.revoked to celery.worker.state.revoked 15 rokov pred
  Ask Solem f0ddafa69a PEP8ify 15 rokov pred
  Ask Solem 0ac58c5e83 amqp backend now supports pika 15 rokov pred
  Ask Solem ee38fca4af AMQP backend: Don't use different values for `auto_delete`. 15 rokov pred
  Ask Solem 5670936e51 Remove some more hardcoded usage of .conf 15 rokov pred
  Ask Solem 3040aaabed AMQP Backend: Now supports .ready(), .successful(), .result, .status, and even respond to changes in task state. 15 rokov pred
  Ask Solem 26a3aea320 Default Loader: Set default backend to AMQP if not configured 15 rokov pred
  Ask Solem aa389721b1 Revoked tasks now marked with state REVOKED, and result.get() will now raise TaskRevokedError. 15 rokov pred
  Ask Solem 296e8d10a5 AMQP Backend: Now set as non-persistent+non-durable by default. 15 rokov pred
  Ask Solem b56535a70a Added timeout support for amqp backend's .wait() 15 rokov pred
  Ask Solem 273f1e49a3 fixed stuff reported by pyflakes 15 rokov pred
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally 15 rokov pred
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. 15 rokov pred
  Ask Solem 9980653481 Re-enable result caches, as it's a critical part of the API flow. Caching now 15 rokov pred
  Ask Solem 1600df8024 The AMQP backend now uses the LocalCache dictionary as cache, to limit the number of results kept in memory. Closes #75 15 rokov pred
  Ask Solem 727345ded6 New constants for task status states in celery.states 15 rokov pred
  Ask Solem 3afa67af35 PEP8ify 15 rokov pred
  Ask Solem d72f8a57d4 Made AMQP backend connection lazy 16 rokov pred
  Ask Solem 26611b783f Can now configure broadcast/event queue/exchange settings, and the amqp result backend exchange. 16 rokov pred
  Ask Solem 5772b2bc98 Get DjangoBrokerConnection from one place: celery.messaging.establish_connection 16 rokov pred
  Ask Solem d06b47b45f CELERY_BACKEND must now include the backend class name if not an alias. 16 rokov pred
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 rokov pred
  Ask Solem c3c73e7a6f Encode results according to state in one common place, also fixes some backends not preparing exceptions on retry. 16 rokov pred
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) 16 rokov pred
  Ask Solem fa338c65d8 PEP8ify 16 rokov pred
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the 16 rokov pred
  Ask Solem 89626c59ee AMQP result-store backend is now working (and it's fast!) 16 rokov pred