How to use payload in different services (monorepo) #8796
eduarddotgg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What would be the best approach to use payload in multiple services?
For example one is an admin and rest api, another one is for more complex background jobs.
Also it's important that admin and REST API should execute hooks and for background jobs they should net be executed to avoid infinite loops (of course this can be done with env vars or context).
What can be better approach for migration files where should they be?
Beta Was this translation helpful? Give feedback.
All reactions