Error Description
The following error was logged during publication fetching:
{"level":"error","msg":"failed fetching details for pub 15518583: error fetching publication 15518583: error in fetching publication no publication found with id 15518583","time":"13/May/2025:16:54:54"}
Impact
The application is unable to fetch publication details for ID 15518583, which may impact any features that rely on this publication data.
Possible Causes
- The publication ID might not exist in the external source
- There might be an issue with the publication API or data source
- The connection to the publication service might be failing
- Recent changes to context deadlines might be affecting fetching behavior
Related Code
This issue likely involves the publication fetching logic in internal/graphql/fetch/publication.go
Additional Context
Recent commits show changes to publication fetching:
- Added context deadline to publication fetchers
- Added support for gene name lookup in fetchGeneAnnotation
- Added validation for gene IDs
Suggested Next Steps
- Verify if publication ID 15518583 exists in the source database
- Check for any changes in the external API that might affect fetching
- Review the recent changes to context deadlines to ensure they're not too restrictive
- Consider adding better fallback behavior when publications can't be found
Error Description
The following error was logged during publication fetching:
Impact
The application is unable to fetch publication details for ID 15518583, which may impact any features that rely on this publication data.
Possible Causes
Related Code
This issue likely involves the publication fetching logic in
internal/graphql/fetch/publication.goAdditional Context
Recent commits show changes to publication fetching:
Suggested Next Steps