Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rethink limits and restarts. #2

Closed
github-actions bot opened this issue Jan 18, 2024 · 1 comment
Closed

rethink limits and restarts. #2

github-actions bot opened this issue Jan 18, 2024 · 1 comment

Comments

@github-actions
Copy link

I set a time limit and a limit of jobs to process, to easy using xdebug. Xdebug listening must be started in the IDE, and the long running process must be restarted to take effect.


groupware/devenv.nix

Lines 99 to 104 in ff1a060

# TODO: rethink limits and restarts.
# I set a time limit and a limit of jobs to process, to easy using xdebug.
# Xdebug listening must be started in the IDE, and the long running process must be restarted to take effect.
symfony-message-consumer.exec = "symfony run --watch=config,src,vendor bin/console messenger:consume async --limit=10 --time-limit=300 --no-interaction -vv";
stripe.exec = "stripe listen --skip-verify --forward-to localhost:8000/webhook/stripe";
tailwindcss.exec = "tailwindcss -i assets/styles/app.css -o assets/styles/app.tailwind.css --watch";


This issue was generated by todo-issue based on a TODO comment in ff1a060.
Copy link
Author

Closing Issue

This comment was generated by todo-issue based on the deletion of a TODO comment in b603c25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants