Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

🐛 RH-3754 Fix for sync queue messages#152

Merged
david-martin merged 1 commit intomasterfrom
FH-3754-update-fh-sync-to-fix-messages-ttl
Jul 11, 2017
Merged

🐛 RH-3754 Fix for sync queue messages#152
david-martin merged 1 commit intomasterfrom
FH-3754-update-fh-sync-to-fix-messages-ttl

Conversation

@david-martin
Copy link
Copy Markdown
Member

This updates the version fo the fh-sync module to include a fix for the
ttl of queue messages.
See feedhenry/fh-sync#22 for more info.

The dependencies in package.json have also been updated to remove unused
dependencies.
These were discovered when looking at where the mongodb-queue module was
being required. It was originally required in fh-mbaas-api, but was
moved out with the sync implementation to the fh-sync module.
The majority of the unused modules were from fh-sync, with a few extra
ones discovered using this command:

dependency-check ./package.json --no-dev --unused

The npm-shrinkwrap.json file was regenerated as a result

@david-martin david-martin force-pushed the FH-3754-update-fh-sync-to-fix-messages-ttl branch 3 times, most recently from c1a2a06 to c758d67 Compare July 11, 2017 15:05
This updates the version fo the fh-sync module to include a fix for the
ttl of queue messages.
See feedhenry/fh-sync#22 for more info.

The dependencies in package.json have also been updated to remove unused
dependencies.
These were discovered when looking at where the mongodb-queue module was
being required. It was originally required in fh-mbaas-api, but was
moved out with the sync implementation to the fh-sync module.
The majority of the unused modules were from fh-sync, with a few extra
ones discovered using this command:

```
dependency-check ./package.json --no-dev --unused
```

The npm-shrinkwrap.json file was regenerated as a result
@david-martin david-martin force-pushed the FH-3754-update-fh-sync-to-fix-messages-ttl branch from c758d67 to a8ee430 Compare July 11, 2017 16:25
@david-martin david-martin merged commit 38f6fd2 into master Jul 11, 2017
@david-martin david-martin deleted the FH-3754-update-fh-sync-to-fix-messages-ttl branch July 11, 2017 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants