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

feat: add .env example #33

Merged
merged 3 commits into from
Jun 27, 2024
Merged

feat: add .env example #33

merged 3 commits into from
Jun 27, 2024

Conversation

brent-hoover
Copy link
Contributor

Resolves: #30

@brent-hoover brent-hoover requested a review from aldeed June 26, 2024 02:12
@@ -7,6 +7,7 @@ import { SampleService } from './services/sample-service';
import KafkaEventService from '../../event/kafka-event-service';
import { Queue, Job } from 'bullmq';
import logger from '../../config/logger.ts';
import env from '../../config/config.ts';
Copy link
Contributor Author

@brent-hoover brent-hoover Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how this would work in a real plugin context. I think we handled this in RC with just each plugin having it's own config. Realistically you should not need to know the connection parameters to just create queues and workers.

Not solving this problem in this PR.

@brent-hoover brent-hoover merged commit 298a4b3 into develop Jun 27, 2024
2 of 3 checks passed
@brent-hoover brent-hoover deleted the feat/add-end-example branch June 27, 2024 21:57
@brent-hoover brent-hoover restored the feat/add-end-example branch July 14, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quick start does not work without setting ENV
2 participants