提交历史

作者 SHA1 备注 提交日期
  Ask Solem ab83c9ef75 Huge test refactoring so that the unit tests no longer uses the current app. 11 年之前
  Ask Solem 528577ab24 README renames app instance from "celery" to "app" 11 年之前
  Ask Solem bdb03b0e62 HTTP tasks: HttpDispatchTask renamed to "dispatch" is now a shared task. 11 年之前
  Ask Solem b283b194c1 AsyncResult.__copy__ no longer evaluates self.backend instance 11 年之前
  Ask Solem 4b084ba403 ResultSet: Results created from string now have the app properly set 11 年之前
  Ask Solem 29a2204b03 DefaultLoader.read_configuration now supports fail_silently argument 11 年之前
  Ask Solem 5dd7f6acb8 Loader: Now ignores CELERY_CONFIG_MODULE if value is empty string 11 年之前
  Ask Solem f443bfaae6 events.Recever did not properly set app instance 11 年之前
  Ask Solem 8c02b2737a celery.contrib.abortable is no longer using the compat task class 11 年之前
  Ask Solem c8f29c8e7d celeryd_detach now supports app argument 11 年之前
  Ask Solem 832a3c59a7 Canvas: All signatures now supports app argument 11 年之前
  Ask Solem 460a5bd16a celery.bin main functions now supports app argument 11 年之前
  Ask Solem 25b836afbc Beat: schedule/ScheduleEntry now supports app argument 11 年之前
  Ask Solem 3c207e9854 Trace: eager_trace_tasks and build_tracer now supports app argument 11 年之前
  Ask Solem f3497541b2 Task.bind should always set backend 11 年之前
  Ask Solem daaa266129 Adds self.app.log.already_setup attribute that is global 11 年之前
  Ask Solem 33f973e060 Cosmetics 11 年之前
  Ask Solem e843675267 app.add_defaults now supports lazy objects. 11 年之前
  Ask Solem 398c1b48f4 More tests 11 年之前
  Ask Solem 99eea5f9d8 celery.app.bugreport now supports app argument 11 年之前
  Ask Solem 8e5f0a7c8d Can now set SQLAlchemy backend using url: backend=database+sqlite:/// 11 年之前
  Ask Solem 727649bd98 Cache backend can now be set by URL (backend="cache+memory://") 11 年之前
  Ask Solem 3b63d534d3 Allow + in result backend URLs 11 年之前
  Ask Solem de2756a6cd Refactors tests to limit use of current_app 11 年之前
  Ask Solem e3317bb291 GroupResult.restore should use self.app if possible 11 年之前
  Ask Solem f56a82357b @task(_force_evaluate=True) should not return proxy 11 年之前
  Ask Solem f48a9b1e2a flakes 11 年之前
  Ask Solem e67f0eb351 apply_async now uses send_task 11 年之前
  Ask Solem 32e0fbfbad @task(trail=False) can now be used to disable result.children trails 11 年之前
  Ask Solem 3614c15775 Embedded beat now closes all file descriptors after fork 11 年之前