Skip to content

Conversation

AdityaKBhadragond14
Copy link
Collaborator

Creating anonymized entries in the async_task_status table while running the caching scheduler.

List<DataResultJava> dataResult = new ArrayList<>();
for (Map.Entry<String, String> item : categoryWithHashCodes.entrySet()) {
String dateRangeValue = getFormattedUUID(item.getValue());
String dateRangeValue = getFormattedUuid(item.getValue());
Copy link
Collaborator

Choose a reason for hiding this comment

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

If this regular expression is for getting the start and end date , you can directly get it from client in the request payload

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This regular expression is to get the date range with category id and we are getting it from the categoryWithHashCodes which is created using the request payload.

Copy link
Collaborator

@suriyan3 suriyan3 left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants