CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 10:27:21 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"ce48f8a743836d124704fb1f22e76871"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=0vnbe7XwgtPeYr15EhRV4CQ5y%2FOJr4ax%2Ft13Pw7RbG3NujrmZ40bzPxOo2oxFtyTFIUeeYXNrCiC6S0osE2du9TsBnV8m3OCzahbBWiNX666UyaDmSKtx5gjQB5a7TYFCGCO3FgI6MKVxFqNqTkKTnZskCLF2s0v6Rc2h5hiw6lsw9moAbuxsEv2GAXHgOiQKqagubVviyB%2Fz2pZbvQJYc6d9pwp5gEIOMivkOjBTP3j29A349dkRadJSXpNGm2Dk78ZFejmycnHus8zWWZEmQ%3D%3D--15SS7y8%2BNKMX%2F7NC--jwiv%2BWCKiIadfm51wo%2FLzQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2128626737.1753957640; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 10:27:20 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 10:27:20 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E3CE:3C0FA8:81CC84:9C63CF:688B4508
Tags · getlago/lago-api · GitHub
Toggle v1.29.0's commit message
Toggle v1.28.1's commit message
Toggle v1.28.0's commit message
Toggle v1.27.1's commit message
Toggle v1.27.0's commit message
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 125
Tags: getlago/lago-api
Tags
v1.29.0
fix(bug): rescue BaseService::ThrottlingError when calculating Custom… ( #3653) ### Problem `::Invoices::CustomerUsageService` can raise `BaseService::ThrottlingError` when `apply_taxes` is `true` and `customer_provider_taxation?` is `true`. If the controller does not handle this, the user will receive a 500 error. This PR does not fix the throttling error because its out of our control, but inform the user to try again later in a nicer way than a error 500. #### Sentry error https://lago.sentry.io/issues/6336411980/?project=6370067 ## ### Steps to reproduce Have an organization with Anrok provider configured Have a invoice for an Anrok customer call api GET `customers/<customer_external_id>/current_usage`. Apply taxes is `true` by default. The ThrottlingError may be raised and return a 500 error. ## ### Result With the rescue in place, the user would get a response like this when ThrottlingError happens ``` { "status" => 429, "error" => "Too Many Provider Requests", "code" => "too_many_provider_requests", "error_details" => { "provider_name" => "anrok", "message" => "Service anrok is not available. Try again later." } } ```
v1.28.1
feat(console): Add `deadjobs_summary` helper (#3651) Going through your dead queue can be painful if one jobs failed a lot. You might miss more important jobs. ``` lago-api(dev)> deadjobs_summary => {"Clock::ConsumeSubscriptionRefreshedQueueJob" => 7044, "Clock::ProcessAllSubscriptionActivitiesJob" => 14, "Clock::FreeTrialSubscriptionsBillerJob" => 1, "Clock::RefreshDraftInvoicesJob" => 1, "Clock::ActivateSubscriptionsJob" => 17, "SendHttpWebhookJob" => 9, "SendWebhookJob" => 29, "PaymentProviderCustomers::StripeCheckoutUrlJob" => 1, "Clock::SubscriptionsToBeTerminatedJob" => 2, "Clock::ComputeAllDailyUsagesJob" => 1, "Clock::TerminateEndedSubscriptionsJob" => 1, "Subscriptions::OrganizationBillingJob" => 1} ```
v1.28.0
Fix(multientities): return be sequential id (#3616) ## Context In order to switch to invoice numbering generation via billing_entities, invoices should have billing_entity_sequential_id populated. that's why we're updating: 1) when generating invoice's organization_sequential_id, put the same value to the billing_entity_sequential_id 2) when switching on org from per_customer to per_organization, fulfil billing_entity_sequential_id as well as organization_sequential_id ## Description - Added job to fulfil billing_entity_sequential_id on invoices - updated sequential_id generation to also fill billing_entity_sequential_id with the generated value - updated service responsible for sequential_id generation when switching document numbering on organization
v1.27.1
chore(organization): Add organization_id to dunning_campaign_threshol… …ds table (#3625) ## Context This PR is part of the epic to add `organization_id` on all tables of the application ## Description The current one is adding the field to the `dunning_campaign_thresholds` table. For now the field allows null values. A job to back-fill it has been added. In a later pull request the not null constraint will be added
v1.27.0
chore(organization): Add organization_id to charge_taxes table (#3583) ## Context This PR is part of the epic to add `organization_id` on all tables of the application ## Description The current one is adding the field to the `charges_taxes` table. For now the field allows null values. A job to back-fill it has been added. In a later pull request the not null constraint will be added
PreviousNext
You can’t perform that action at this time.