Jhan S. Álvarez

Results 4 issues of Jhan S. Álvarez

## What's going wrong? Currently, PM2 lacks support for multiple users on Windows. This is due to the IPC pipe names being hardcoded in: https://github.com/Unitech/pm2/blob/5e708459aca32903fd363230e24c37b3e38bb48d/paths.js#L82-L88 ## How could we reproduce...

Add an API function to get the group subscriber process coordinator PID. This allows to dynamically change the topics the group subscribes to by calling `brod_group_coordinator:update_topics`.

Allow passing the `:request_timeout` option to `Finch.request`.

I'm currently working on a project which requires accessing AWS resources in an external account, so I need to use assume different roles for different AWS requests, and I suppose...