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

Set up sentry #68

Merged
merged 3 commits into from
Dec 18, 2023
Merged

Set up sentry #68

merged 3 commits into from
Dec 18, 2023

Conversation

luizirber
Copy link
Member

For tracking performance and errors across backend and workers

@luizirber luizirber merged commit 09d6ee5 into main Dec 18, 2023
3 checks passed
@luizirber luizirber deleted the lirber/sentry branch December 18, 2023 04:40
Copy link

sentry-io bot commented Dec 18, 2023

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ CalledProcessError: Command 'set -euo pipefail; sourmash compute -k 21,31,51 --scaled 1000 --track-abundance --... wort.blueprints.compute.tasks.compute_genomes View Issue

Did you find this useful? React with a 👍 or 👎

luizirber added a commit that referenced this pull request Jun 26, 2024
The shell execution code changed in #68, `snakemake.shell` was replaced
with `subprocess.run`. This broke the NCBI assemblies processing, and
investigation led to the conclusion it was because `snakemake.shell`
defaults to `/bin/bash` for the shell, while `subprocess.run` uses
`/bin/sh`, and the assembly task uses a `bash` redirect that is a syntax
error for `sh`.

Also fix the shell quoting, since `{:q}` is `snakemake`-specific.
luizirber added a commit that referenced this pull request Jul 23, 2024
The shell execution code changed in #68, `snakemake.shell` was replaced
with `subprocess.run`. This broke the NCBI assemblies processing, and
investigation led to the conclusion it was because `snakemake.shell`
defaults to `/bin/bash` for the shell, while `subprocess.run` uses
`/bin/sh`, and the assembly task uses a `bash` redirect that is a syntax
error for `sh`.

Also fix the shell quoting, since `{:q}` is `snakemake`-specific.
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.

1 participant