 Celery 1.0 Documentationabout the messaging options available. 2.1.5 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. 18 Chapter default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 123 页 | 400.69 KB | 1 年前3 Celery 1.0 Documentationabout the messaging options available. 2.1.5 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. 18 Chapter default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 123 页 | 400.69 KB | 1 年前3
 Celery 1.0 Documentationinformation about the messaging options available. Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 221 页 | 283.64 KB | 1 年前3 Celery 1.0 Documentationinformation about the messaging options available. Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 221 页 | 283.64 KB | 1 年前3
 Celery 2.0 Documentationoptions available, also Routing Tasks. 2.1.6 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") 2.1. Tasks 17 Celery Documentation, Release 2.0.3 (stable) In the view where the comment is0 码力 | 165 页 | 492.43 KB | 1 年前3 Celery 2.0 Documentationoptions available, also Routing Tasks. 2.1.6 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") 2.1. Tasks 17 Celery Documentation, Release 2.0.3 (stable) In the view where the comment is0 码力 | 165 页 | 492.43 KB | 1 年前3
 Celery 2.0 Documentationmessaging options available, also Routing Tasks. Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 284 页 | 332.71 KB | 1 年前3 Celery 2.0 Documentationmessaging options available, also Routing Tasks. Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 284 页 | 332.71 KB | 1 年前3
 Celery 2.1 Documentationexpand_abbreviations.delay(article.pk) 2.2.12 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 285 页 | 1.19 MB | 1 年前3 Celery 2.1 Documentationexpand_abbreviations.delay(article.pk) 2.2.12 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 285 页 | 1.19 MB | 1 年前3
 Celery 2.1 Documentationexpand_abbreviations.delay(article.pk) Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 463 页 | 861.69 KB | 1 年前3 Celery 2.1 Documentationexpand_abbreviations.delay(article.pk) Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 463 页 | 861.69 KB | 1 年前3
 Celery 2.3 Documentationexpand_abbreviations.delay(article.pk) 2.2.13 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. 2.2. Tasks default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 334 页 | 1.25 MB | 1 年前3 Celery 2.3 Documentationexpand_abbreviations.delay(article.pk) 2.2.13 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. 2.2. Tasks default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 334 页 | 1.25 MB | 1 年前3
 Celery 2.2 Documentationexpand_abbreviations.delay(article.pk) 2.2.12 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 314 页 | 1.26 MB | 1 年前3 Celery 2.2 Documentationexpand_abbreviations.delay(article.pk) 2.2.12 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 314 页 | 1.26 MB | 1 年前3
 Celery 2.2 Documentationexpand_abbreviations.delay(article.pk) Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 505 页 | 878.66 KB | 1 年前3 Celery 2.2 Documentationexpand_abbreviations.delay(article.pk) Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 505 页 | 878.66 KB | 1 年前3
 Celery 2.3 Documentationexpand_abbreviations.delay(article.pk) Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 530 页 | 900.64 KB | 1 年前3 Celery 2.3 Documentationexpand_abbreviations.delay(article.pk) Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. blog/models editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we0 码力 | 530 页 | 900.64 KB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6














