Skip to content

Commit

Permalink
Create background_tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH committed May 11, 2024
1 parent b808c78 commit 6246442
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/background_tasks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# tasks/background_tasks.py
from celery import Celery

app = Celery("pipfs_hub")

@app.task
def process_pipfs_data(pipfs_id):
# ...

0 comments on commit 6246442

Please sign in to comment.