Skip to content

pgflow-dev/npm-worker-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NPM Worker Repro

This repo is meant to be used to verify if using NPM version of @pgflow/edge-worker package works as expected.

In previous tests there was a problem with resolving dependencies, but only at runtime, deno cache was properly resolving everything.

How to run

  1. Clone this repo and cd into it
  2. npx supabase@latest start
  3. npx supabase@latest functions serve --no-verify-jwt
  4. Start worker with curl http://localhost:54321/functions/v1/worker
  5. Execute the send_messages.sql file with your sql client
  6. Observe the functions serve logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published