Skip to content

Commit

Permalink
update schedule for update-db workflow (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Jan 24, 2024
1 parent b59a0e3 commit a313811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
workflow_dispatch:

schedule:
# Run the job every day at 01:00 AM UTC
- cron: '0 1 * * *'
- cron: '45 1 * * *' # 1:45am UTC every day

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@

# carbonplan / offsets-db-api

This backend service provides an FastAPI for accessing the CarbonPlan Offsets Database.
The database contains information about carbon offsets projects, credits.
It also contains information about the offset credits that have been issued for each project.
OffsetsDB-API, is a fastAPI application, designed to integrate and harmonize data related to the issuance and use of offset credits from the six major offset registries. This database aims to promote transparency and accountability in the carbon offsets market. It provides an accessible online tool, data downloads, and APIs for researchers, journalists, and regulators.

[![Fly.io Deployment](https://github.com/carbonplan/offsets-db-api/actions/workflows/fly.yml/badge.svg)](https://github.com/carbonplan/offsets-db-api/actions/workflows/fly.yml)
[![Database Update](https://github.com/carbonplan/offsets-db-api/actions/workflows/update-db.yaml/badge.svg)](https://github.com/carbonplan/offsets-db-api/actions/workflows/updated-db.yaml)
Expand Down

0 comments on commit a313811

Please sign in to comment.