Commit History

Author SHA1 Message Date
  Ask Solem 141c232f75 Clarify the function of default queue, exchange and rkey settings. Closes #655 13 years ago
  Ask Solem c0ac1b763f Only ever use one timer thread, and instead set the priorority for items. 13 years ago
  Ask Solem 1ecc4c99f1 verify_index + verify_configref 13 years ago
  Ask Solem 4b29620696 Bumps version to 2.6.0rc3 13 years ago
  Ask Solem 9e6000c7c1 Document day_of_month and month_of_year crontabs 13 years ago
  Ask Solem f8a54a689f Evented mode now uses a custom semaphore not using threads 13 years ago
  Ask Solem 1028344a3e Processes: Recent changes broke joining of pool 13 years ago
  Ask Solem b05154ed30 Adds missing reference pages 13 years ago
  Ask Solem e6c19ad57f Cosmetics 13 years ago
  Ask Solem 929405e8ba Adds Keith Perkins <keith@tasteoftheworld.us> to AUTHORS 13 years ago
  Keith Perkins dc6508fdc1 Adds day of month and month of year cronspec options to crontab scheduler 13 years ago
  Ask Solem 32c515d171 TaskProducer: Forward additional properties to basic_publish 13 years ago
  Ask Solem 5d54f47629 Tests passing 13 years ago
  Ask Solem 3a53c99255 Don't use timer threads if evented, simply plug them into the hub 13 years ago
  Ask Solem 715e586b70 Add prepending newline to what signal handlers say (the damn ^C) 13 years ago
  Ask Solem 3bfb2a197a timer2: Fixes bad typo affecting precision, and also Schedule now has the same interface as the Timer thread. Closes #507 13 years ago
  Ask Solem e869e8a871 Adds task_success(sender=task, result=retval) signal 13 years ago
  Ask Solem b6834ebefc Moves celery.app.state -> celery.state so that app is loaded late 13 years ago
  Ask Solem e2b052c2d8 current_task and Task.request are now LocalStack's. Maybe fixes #521 13 years ago
  Ask Solem 55bbcc4255 generic-init.d: Automatically create missing dirs. Closes #482 13 years ago
  Ask Solem 1f1103bfa5 DictAttribute.iterkeys now works. Closes #362 13 years ago
  Ask Solem 3fe715d357 Redis transport now also uses the evented interface. 13 years ago
  Ask Solem 844ba52315 Force using a fanout exchange for events when using Redis. 13 years ago
  Ask Solem ca92152c82 Tests passing 13 years ago
  Ask Solem 9cfd49c44a Only show multiprocessing logs if envvar MP_LOG is set 13 years ago
  Ask Solem ecd5a74356 Now depends on kombu master 13 years ago
  Ask Solem 5f08d979d0 amqplib: Consumer is now using an epoll/kqueue/select event loop 13 years ago
  Ask Solem 9059724ed8 Signal handlers are now barebones, and only sets a flag for the consumer to respect 13 years ago
  Ask Solem 74410c9849 Retry sqlalchemy backend operations on DatabaseError/OperationalError. Closes #634 13 years ago
  Ask Solem a412d3e63a flake8 13 years ago