Skills Plugins MCP Prompt Model 博客 我的中心

django-celery

DjangoおよびCeleryを使用した非同期タスク処理。タスクキューイング、ワーカー管理、エラー処理、スケジューリング。Redis/RabbitMQ ブローカー統合。

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-docs-ja-jp-skills-django-celery-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name django-celery description DjangoおよびCeleryを使用した非同期タスク処理。タスクキューイング、ワーカー管理、エラー処理、スケジューリング。Redis/RabbitMQ ブローカー統合。 origin ECC Django + Celery 非同期タスク Django でのバックグラウンドジョブと非同期処理。 使用時期 メール送信をバックグラウンドで実行 重い処理をスケジュール 定期的なタスクを実行(日報、クリーンアップ) 外部API呼び出しをキューイング 複雑なワークフローを調整 セットアップ 1. Celery インストール pip install celery redis 2. タスク定義 from celery import shared_task @shared_task def send_email ( recipient ): # メール送信ロジック pass 3. ワーカー起動 celery -A myapp worker -l info タスク 非同期実行 send_email.delay(recipient) # すぐにキューに追加、非同期実行 スケジューリング from celery.schedules import crontab app.conf.beat_schedule = { 'send-report-daily' : { 'task' : 'app.tasks.send_report' , 'schedule' : crontab(hour= 9 , minute= 0 ), }, } エラーハンドリング リトライロジック実装 デッドレター処理 ロギング構成 モニタリング設定(Flower) 詳細については、ドキュメントを参照してください。
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。