Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```