Skip to content

Commit

Permalink
undo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsonlive committed Dec 12, 2024
1 parent 0a868de commit b704583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/bam_app/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_analyze_fulfilled_requests():


# set schedule
schedule.every(1).minutes.do(run_analyze_fulfilled_requests)
schedule.every().minute.do(run_analyze_fulfilled_requests)

# main loop
def main():
Expand Down
2 changes: 1 addition & 1 deletion app/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -x

python -m bam_app.cron &
# python -m bam_app.cron &
uvicorn bam_app.main:app --port 3030 --host 0.0.0.0 --log-level info

0 comments on commit b704583

Please sign in to comment.