@cumulus/cumulus-message-adapter-js
Advanced tools
Changelog
[v2.3.0] 2025-01-24
Changelog
[v2.2.0] 2024-04-25
Changelog
[v2.1.0] 2023-04-10
Changelog
[v2.0.5] 2022-05-10
Changelog
[v2.0.4] 2021-12-09
Changelog
[v2.0.3] 2021-11-20
context
object with a getRemainingTimeInMillis
method resulted in task failureChangelog
[v2.0.2] 2021-11-17
Changelog
[v2.0.1] 2021-09-28
@cumulus/types
package dependency to ^9.6.0
Changelog
[v2.0.0] 2020-10-19
null
payload value, as well as explicitly allows for a
replace
key for compatibility with @cumulus/types
> 3.0.0Changelog
[v1.3.2] 2020-10-13
CUMULUS_2203
Fixed issue causing spawned CMA process to left running/in the node event queue, resulting in AWS being unwilling/unable to clean up the instance. This resulted in lambdas with a memory leak/resource issues to not be reclaimed/restarted by AWS.
Fixed issue where the CMA child process was not cleaning up/deallocating buffered data when the parent process ends, creating a memory 'leak'. This commit updates the error handling to issue SIGTERM/SIGINT in case of error, allowing the subprocess to exit properly.