-
### Summary
I am using graphile-worker and am unsure how to mesh them together
```js
// .gmrc.js
{
afterReset: [
{
_: 'command',
command:
'DATABASE_U…
-
Hi,
I'm getting error `Cannot find module 'tslib'`
```
Error: Cannot find module 'tslib'
Require stack:
- /usr/local/lib/node_modules/postgraphile-audit-plugin/node_modules/graphile-utils/node8…
-
### Summary
I got this error:
```
Error: getaddrinfo ENOTFOUND base
at /Users/anton/WebstormProjects/photo-site/node_modules/.pnpm/pg-pool@3.6.1_pg@8.11.1/node_modules/pg-pool/index.…
-
https://github.com/litewarp/graphile-tools/blob/main/packages/hono-adapter/src/adapter.ts
-
https://github.com/graphile/worker
graphile.org / worker
-
### Feature description
Document or provide method to run graphile worker with Typescript tasks using [bun](https://bun.sh/)
### Motivating example
I use bun for a project, and would like to …
-
### Feature description
It would be great if there was a better helper function to define tasks, such as a `createTask`, that would enable inline payload validation as well as defining task defaults …
-
### Feature description
I'm developing an application which is highly sweden-centric. For this reason, I use the following setup:
```sql
CREATE DATABASE
dansdata
WITH
ENCODING 'UTF8'
…
-
I like what these guys did:
https://github.com/davbeck/graphile-scheduler
```sql
select graphile_scheduler.every_day();
select graphile_scheduler.every_month();
```
-
A huge thank you to our 2024 GraphQL Stars! For more information, please see the "You're Our Universe: GraphQL Community Update 2024" talk:
https://youtu.be/xaTEuk-DKqI
If you're in the followin…