samples-php
samples-php copied to clipboard
Temporal PHP SDK samples
Allow users to run samples against the cloud if an environment variable is set. Otherwise, default to localhost. See: https://github.com/temporalio/features/issues/454
## What was changed Updated Temporal and Temporal UI in docker-compose
It would be nice to add temporal metrics dashboard integrated with Roadrunner metrics plugin Links: https://docs.temporal.io/references/sdk-metrics https://github.com/roadrunner-server/roadrunner/blob/8cb2c6f4c5a52a867ccfb1768a4dbcd28998f04c/.rr.yaml#L198 https://github.com/temporalio/roadrunner-temporal/blob/master/tests/configs/.rr-metrics.yaml
when you run any example using the configuration docker: Docker image: ``` FROM php:8.1.15-cli RUN apt-get update && apt-get install -y --no-install-recommends \ nano \ bash \ libzip-dev \ unzip...
### What are you really trying to do? ### Describe the bug The current samples need to have their own prefix, which is basically the last part of the Namespace...
https://github.com/temporalio/samples-go/tree/main/dsl
There is a comment in SagaWorkflow example which contradicts SDK code: > In production code please always use Workflow.getLogger to log messages in workflow code. There is no `Workflow::getLogger` method.
when you run any example using the configuration docker ``` E0201 16:23:53.596260122 170 thread_pool.cc:253] Waiting for thread pool to idle before forking E0201 16:23:56.596381093 170 thread_pool.cc:253] Waiting for thread pool...
Recommended updates: * Temporal to 1.20.0 (currently 1.16.2) * Temporal UI to 2.10.3 (currently 1.13.0)
The existing mTLS sample works well for local development, but some fields need to be changed to connect to Temporal Cloud. Would make it a lot easier if a sample...