Salesforce module needs to offer better tools for administrators when things break.

Minimum for this should be ability for admins to receive email notification when SF Auth is failing and when push / pulls fail.

Comments

aaronbauman created an issue. See original summary.

flux423’s picture

+1 on this. Looking for a solution now for notification to the admin if the push/pull fails.

flux423’s picture

For future users looking for this.. We ended up using the module logging_alerts to write a rule against the salesforce_push alert type. This at least gives us a notice when a push fails. Would love a better solution but this passes the straight face test.

AaronBauman’s picture

Issue tags: -SFD8-MVP +SFD8 Release blocker

Moving this to release-blocker.

So far we're doing a consistent job of throwing and watchdog-logging exceptions on error.

The solution may still be something like logging_alerts, but should be more reliable.

AaronBauman’s picture

Status: Active » Fixed

We've separated error-handling and logging concerns into a new module "salesforce_logger"

This is an Event-based model, so completely flexible/pluggable if logging to database is not sufficient for needs of contrib.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.