Historial de Commits

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