added cache, s3 to taskmanager, ask cache if result is the same, among others
This commit is contained in:
@@ -12,4 +12,9 @@ This is a task runner/scheduler programs that will fire off various tasks. These
|
||||
|
||||
For `task` to work properly, please make sure to first create the `.env` file, then fill out the following environment variables:
|
||||
|
||||
- `BASE_URI_API` - needed for communicating with `public`
|
||||
- `DATABASE_URL` - needed for communicating to Postgres
|
||||
- `REDIS_URL` - needed for communicating with the cache (Redis or Valkey)
|
||||
- `S3_ACCESS_KEY` - needed for Amazon S3 (or compatible services) storage
|
||||
- `S3_SECRET_KEY` - needed for Amazon S3 (or compatible services) storage
|
||||
- `S3_BUCKET` - needed for Amazon S3 (or compatible services) storage
|
||||
|
Reference in New Issue
Block a user