Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threat Intel Feed Config Model #1028

Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ public enum TIFJobState {
/**
* tif job is being deleted
*/
DELETING
DELETING,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REFRESHING?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added REFRESHING as a state


/**
* tif refresh job failed
*/
REFRESH_FAILED
}
Loading