https://github.com/fly-apps/open-pickle-jar
Demo app showing for delegating tasks on Fly.io machines.
https://github.com/fly-apps/open-pickle-jar
Last synced: about 1 month ago
JSON representation
Demo app showing for delegating tasks on Fly.io machines.
- Host: GitHub
- URL: https://github.com/fly-apps/open-pickle-jar
- Owner: fly-apps
- Created: 2024-01-24T22:57:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T17:47:35.000Z (over 2 years ago)
- Last Synced: 2025-12-13T13:28:38.028Z (7 months ago)
- Language: TypeScript
- Homepage: https://fly.io/blog/delegate-tasks-to-fly-machines/
- Size: 47.5 MB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Pickle Jar App: Delegating tasks on Fly Machines
There are many ways to delegate work in web applications, from using background workers to serverless architecture. This is a sample app demonstrating how one could delegate resource-intensive tasks to more powerful Fly Machines. You can find the accompanying blog post here: [Delegating tasks on Fly Machines](https://fly.io/blog/delegate-tasks-to-fly-machines/)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.