Skip to content

Commit

Permalink
feat: remove cron (my credit card says thanks)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielforster committed Jan 24, 2024
1 parent 503b008 commit ff40146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ functions:
handler: ports/schedule.run
memorySize: 128
events:
- schedule: rate(1 hour)
# - schedule: rate(1 hour)
- http:
method: GET
path: /run
Expand Down

0 comments on commit ff40146

Please sign in to comment.