-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Do we need more memory for the batch starter lambda? Or is there a way to make the metakernel SPICE query more efficient.
The metakernel query was causing the batch starter to timeout and run out of memory with this reprocessing command:
imap-data-access reprocess --data-level l1a --instrument spacecraft --descriptor pointing-attitude --start-date 20250924 --end-date 20251014
`
These were the parameters in the metakernel query
{
"queryStringParameters": {
"start_time": 809956800,
"end_time": 813672000,
"list_files": "True",
"file_types": "attitude_history,leapseconds,spacecraft_clock,imap_frames,science_frames"
}
}