Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

[REFACTOR] Pipe based app on Firebase #6

Description

@leomp12

Replace current app with full scalable one on Firebase using HTTP and scheduled functions and Firestore:

  1. HTTP functions only receives webhooks and adds requests/handlers to queue on Firestore;
  2. Each Firestore doc will be a queue entry with pipe ID and order, status, Store API request or self HTTP function request;
  3. Queue runs on scheduled functions;
  4. Firestore doc will be deleted after all pipe done only, marked as fail if one step fails only (may reset and restart);

Closes #3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions