Skip to content

Commit

Permalink
Run submission checks (#268)
Browse files Browse the repository at this point in the history
* chore: celery #206

* chore: Support partial update for project

* chore: support patch for project 2

* refactor!: rework checks and submissions

* chore: allow models passed to tasks

* feat: added -k to test.sh
  • Loading branch information
Topvennie authored and DeLany123 committed Apr 15, 2024
1 parent 0d57993 commit 635f2d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/api/tasks/extra_checks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from api.models.submission import Submission
from celery import shared_task


@shared_task
def task_extra_check_start(submission_id):
pass

0 comments on commit 635f2d2

Please sign in to comment.