Skip to content

Separate pods for RR web and temporal activites #1407

Answered by rustatian
graid2030 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @graid2030 👋🏻

  1. You can register any number of activities and call them from any place by their name, using the task-queue and namespace. I'm not sure what you mean by web version.
  2. You have control only over the workers, responsible for handling activities. Internally, we also have 1 workflow PHP worker, and if you use more than 1 PHP worker with a different task-queue, we will also add one more temporal worker.

Samples: https://github.com/temporalio/samples-php/
Our discord: https://discord.gg/TFeEmCs
Docs: https://docs.temporal.io/application-development?lang=php
Temporal slack: https://t.mp/slack
Temporal forum: https://community.temporal.io/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rustatian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
2 participants