Skip to main content

Notifications

Appliku sends notifications for important events such as deployment status changes, server health alerts, and other operational events. Notifications are visible in the Appliku dashboard.

Notification Events

EventDescription
Deployment succeededAn application deployment completed successfully
Deployment failedA deployment failed during build or release
Deployment timeoutA deployment exceeded the maximum allowed time
Server RAM alertServer memory usage exceeds 80%
Server offlineA server becomes unreachable
Server setup completeA newly added server finished provisioning

Viewing Notifications

Notifications appear in the Appliku dashboard. Check the notification area for recent events related to your team's resources.

Configuring Notification Preferences

You can configure which notifications you want to receive:

  1. Open the Appliku dashboard
  2. Go to your team or account settings
  3. Navigate to the Notifications section
  4. Toggle individual notification types on or off

Server Health Alerts

Appliku monitors your servers and sends alerts when resource usage exceeds safe thresholds:

  • RAM usage above 80% -- Indicates the server may be running low on memory. Consider upgrading the server or reducing the number of running containers.
tip

If you receive frequent RAM alerts, review your running processes and databases. Each container consumes memory. Common solutions include upgrading to a larger server, reducing process scale, or moving databases to a dedicated server.

Deployment Notifications

Deployment notifications help you stay informed about the status of your releases:

  • Succeeded -- The new version is live
  • Failed -- Check the build logs in the Deployments tab for error details
  • Timeout -- The build or release phase took too long. Review your build process for bottlenecks.

Next Steps