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

fix: remove db connection #233

Closed
wants to merge 1 commit into from
Closed

fix: remove db connection #233

wants to merge 1 commit into from

Conversation

FritzHoing
Copy link
Contributor

@FritzHoing FritzHoing commented Feb 22, 2024

... due to too many connections.

Converted to draft, since the main issue should be resolved in a different MR

@FritzHoing FritzHoing requested a review from weskamm February 22, 2024 15:54
@FritzHoing FritzHoing marked this pull request as draft February 23, 2024 09:03
const res = await pgClient.query(sqlQuery);

locations = res.rows.map(row => row.location);
locations = fs.readdirSync(`${filepath}/${sldWorkspace}/${sldWorkspace}_temperature/`);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mostlikely this needs to be replaces with a fetch()

@sdobbert sdobbert closed this Feb 27, 2024
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.

2 participants