Skip to content

SlackIntentProvider#getUserFromUserId result should be cached #3

@gdaniel

Description

@gdaniel

Each call to this method will produce a call on the Slack API. This is not necessary in the general case: we can cache the User instances and retrieve them from the cache.

This becomes more complicated when the user information have been updated. In this case we need to call the Slack API to retrieve the fresh information.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions