Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrdulin/gcp-task-queue
GCP Task Queue
https://github.com/mrdulin/gcp-task-queue
dip gcp google-cloud-platform google-cloud-pubsub ioc solid task-queue typescript
Last synced: about 2 months ago
JSON representation
GCP Task Queue
- Host: GitHub
- URL: https://github.com/mrdulin/gcp-task-queue
- Owner: mrdulin
- License: mit
- Created: 2019-06-10T07:43:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T05:53:19.000Z (over 2 years ago)
- Last Synced: 2024-03-02T11:32:25.406Z (10 months ago)
- Topics: dip, gcp, google-cloud-platform, google-cloud-pubsub, ioc, solid, task-queue, typescript
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# task-queue
Task Queue
## Usage
build docker image
```bash
docker build -t tq:1.0 .
```create `.env` file:
```txt
NODE_ENV=production
PROJECT_ID=
PUBSUB_ADMIN_CREDENTIAL=/secrets/pubsub-admin/pubsub-admin.json
TASK_QUEUE_NAME=google-adwords-task-queue
```