Yahoo News
Sign in
Sign in to view your mail
- News
- US
- Politics
- Election Results
- World
- COVID-19
- Climate Change
- Health
- Science
- Originals
- The 360
- Skullduggery Podcast
- Conspiracyland
- Contact Us
…
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var r=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(r){var s=t.promos.showYahooLogo?"":"yns-no-logo";r=r.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",s).replace("{promoLogo}",t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",r).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,r=void 0,s=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,s=t._store.getNotifications(),r=t._generatePanelMarkup(i,s),o.innerHTML=r;break;case ERROR_PANEL:r=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=r}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var r=o._config.panel;o._panelParentNode=document.querySelector(r.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=r.indicatorSelector&&document.querySelector(r.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},r=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return r.region&&r.lang&&(o.lang=r.lang,o.region=r.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,r={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},s=document.getElementById("notification-container"),a=null===(e=null==s?void 0:s.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(r.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}s&&delete s.dataset.config}var d=this.mergeConfigs(r,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
Is British Airways cutting flights? ›
Through the winter season, BA's schedule will continue to see fewer flights than normal. At the end of August, the airline said it would remove around 10,000 flights from its winter schedule — between late October and March 2023 — in an effort to build “resilience” into the timetable and protect half-term bookings.
Does British Airways require a negative Covid test? ›If you're fully vaccinated, please upload your vaccine certificate. If you're not fully vaccinated, you'll need to test for COVID-19 within 72 hours prior to starting your journey and upload a negative COVID-19 RT-PCR certificate into the portal.
How many cabin crew does British Airways have? ›British Airways currently has approximately 35,000 employees including 15,000 cabin crew, 3,600 pilots and 5,500 engineers. The airline also offers opportunities for graduates and has more than 150 places for apprentices every year. You can find out about a career with the airline here.
Where are British Airways call Centres? ›British Airways has announced that its five main contact centres, in Manchester, Newcastle, Delhi, Bremen and Hong Kong, will remain in-house.
Why are BA still cancelling flights? ›The passenger cap has already seen thousands of seats removed from sale amid concerns that it may increase demand and inflate prices with rival firms. Tens of thousands of flights have been cancelled this summer as the industry struggles to cope with the demand for air travel amid staffing shortages.
Is British Airways in financial trouble? ›The chaos has hit BA where it hurts - the pocketbook. First quarter operating losses were €754 million, far worse than analyst forecasts of €510 million. Faced with a difficult profit margin and angry customers, BA is scrambling to resume normal service.
Does British Airways require proof of vaccination? ›Proof of vaccination status and/or a negative COVID-19 RT PCR test result may be required.
Do I need a Covid test to fly to UK from USA? ›When you travel to England, you: do not need to complete a UK passenger locator form before you travel. do not need to take any COVID-19 tests before you travel or after you arrive. do not need to quarantine when you arrive.
Are masks required on British Airways? ›See privacy policy. “You will be required to wear a mask to disembark the aircraft, and at your arrival airport, if the destination you're flying to requires it.”
What is BA cabin crew salary? ›Salary, Bonuses & Benefits
But there's no life like this, and it's rewarding in so many ways. Crew will be able to earn up to £28,000 a year with flying/duty pay and a tax-fee subsistence allowance (basic pay is £18,169), as well as generous company benefits, including Staff Travel benefits from day 1 of joining us.
What is the starting salary for BA cabin crew? ›
How much does a Cabin Crew at British Airways make? The typical British Airways Cabin Crew salary is £20,000 per year. Cabin Crew salaries at British Airways can range from £9,806 - £293,259 per year.
What is the age limit for BA cabin crew? ›You'll need to: be over 18 years of age. have a good level of fitness. pass a medical check.
How good is British Airways? ›British Airways is a British carrier. Frequent travelers give the airline an average rating of 7.3/10. This is above the general average . Over the last 12 months the rating has been trending upwards.
Are British Airways lounges still open? ›BA Lounge Network Status
Around the UK, BA operated lounges at Aberdeen, Edinburgh and Glasgow airports are open. In mainland Europe, BA's lounges at Geneva, Milan Linate and Rome Fiumicino airports are open.
- Get training to gain relevant skills. To work in a call center, you must first acquire the necessary skills. ...
- Prepare a resume. ...
- Look for job vacancies in call centers. ...
- Apply for a job. ...
- Pass the interview. ...
- Keep constantly improving.
All of Heathrow's Terminals (2,3,4 and 5) are open for arriving and departing flights. As some airlines might not be operating out of their normal terminal, please continue to check with your airline before traveling to confirm the terminal for your flight.
How long does it take for BA to pay compensation? ›It takes on average 5 weeks to secure your compensation from British Airways (47.6 days).
Why are so many flights being cancelled Heathrow? ›British Airways (BA) has cancelled more than 10,000 flights to and from London's Heathrow Airport in the coming months. Heathrow cut staff numbers during the pandemic and has struggled to cope with rising passenger numbers after most COVID-19 restrictions were removed.
What is the future of British Airways? ›British Airways plans to increase frequencies on some short-haul leisure destinations flown in 2022 (when the airline recommenced short-haul services from Gatwick), as well as launch destinations new for 2023, including: Bordeaux, France. Cagliari, France. Dalaman, Turkey.
What are the weaknesses of British Airways? ›Threats to British Airways
BA faces a number of powerful competitors in many of its routes. For example, Air India, Singapore Airlines, Etihad Airways, Qatar Airways, Lufthansa, and Emirates airline are some of the competitors of BA. Rising fuel costs and rising labour costs in the UK are other challenges facing BA.
What are the challenges faced by British Airways currently? ›
”There have been three key operational challenges: people resourcing, airport capacity constraints and unstable IT systems,” Gallego identifies.
Do you need PCR test to enter UK? ›You no longer need to take any coronavirus (COVID-19) tests when you arrive in the UK from abroad. If you have further questions, call our contact centre: 0151 676 0491 from the UK. +44 (0)151 676 0491 from outside the UK.
Do you have to be vaccinated to be cabin crew for British Airways? ›British Airways has taken the position that getting vaccinated is a personal choice for its staff, while EasyJet is encouraging its flight crews to have jabs, but not ordering them to do so.
Do I need a Covid test to fly to Dubai? ›All the passengers travelling to Dubai are no longer required to present COVID-19 vaccination certificates or negative PCR test results.
How long can a US citizen stay in the UK? ›You can visit the UK as a Standard Visitor for tourism, business, study (courses up to 6 months) and other permitted activities. You can usually stay in the UK for up to 6 months. You might be able to apply to stay for longer in certain circumstances, for example to get medical treatment.
What happens if you test positive for Covid while traveling? ›If you test positive during your trip, do not travel and follow recommendations for isolation. Remember, requirements and recommendations in other countries may differ from the United States.
Can i fly to america unvaccinated? ›The White House announced that vaccines will be required for international travelers coming into the United States, with an effective date of November 8, 2021. For purposes of entry into the United States, vaccines accepted will include FDA approved or authorized and WHO Emergency Use Listing vaccines.
What airlines are no longer requiring masks? ›- Alaska Airlines: Masks are optional. ...
- American Airlines: Masks are optional. ...
- Delta Air Lines: Masks are optional. ...
- JetBlue: Masks are optional.
- Southwest Airlines: Masks are optional. ...
- United Airlines: Masks are optional.
Airlines That DON'T Require Masks In 2023
American Airlines. United Airlines. Southwest Airlines. Spirit Airlines.
British Airways, Virgin Atlantic and EasyJet have all announced that they will also be revising their mask policies for some routes.
Which airline pays the most for flight attendants? ›
- Confidential Priviately-Held Company. 3.6 $86,606per year. 45 reviews6 salaries reported.
- Delta. 4.2 $78,071per year. 4,482 reviews9 salaries reported.
- Corporate Air LLC. 2.3 $53,426per year. ...
- Southwest Airlines. 4.3 $48,109per year. ...
- Delta. 3.9 $47,548per year. ...
- Show more companies.
Whether you are commuting to Heathrow, or heading off on holiday you'll be entitled to buy Express Saver Tickets with a 75% discount.
What is the best airline to work for as cabin crew? ›American Airlines is one of the best airlines to work for as a flight attendant because they are one of the largest carriers in the country and have amazing domestic and international destinations. American Airlines Flight Attendant Pay is very competitive and they pay their flight attendants quite well.
Can a 60 year old become a flight attendant? ›Minimum age requirements typically apply at the time of training completion, so candidates who will reach an airline's minimum age during training can apply for flight attendant roles. There is no upper age limit for flight attendants.
Can I become a flight attendant at 55? ›As long as you are in good shape, you will never be too old to be a flight attendant. Airlines hire flight attendants in their 30's, 40's, 50's, and 60+ years of age. Many flight attendants start after retirement as a second career.
Can a married woman be a cabin crew? ›1. Can a married woman be an air hostess? Yes, a married woman can be an air hostess if the specific airline allows.
Who is better American Airlines or British Airways? ›The bottom line. In the competition between British Airways versus American Airlines, there's a clear winner: American Airlines. American Airlines provides a much more extensive route for U.S.-based flyers, additional credit card options, more valuable miles and lower fees.
Is Delta better than BA? ›Re: Delta compared to British Airways. Delta is a very good airline. Consistently good across their long haul fleet, unfettered aisle access in business class, and better seat pitch than BA in economy (32" vs 31"). And an incredibly good on time performance record.
Which is a 5 star airline? ›At the time of this writing, there are only 10 airlines on the five-star list: ANA All Nippon Airways. Asiana Airlines. Cathay Pacific Airways.
Can you pay to go in BA lounge? ›You can't pay to access British Airways lounges. You'll have to rely on your fare class or elite status to get access. Elite status in either the airline's Executive Club or the Oneworld alliance will work.
Why are BA lounges closed? ›
The lounge has been closed since the start of the COVID-19 pandemic. Whilst all other BA lounges worldwide have reopened or have been confirmed as closed, this lounge has remained as “temporarily closed”.
What is happening with BA Executive Club? ›Our tier thresholds will be updated on 1 January 2023
You can continue to benefit from the current 25% reduction on tier thresholds until 31 December 2022. From 1 January 2023, you will need to meet our full Tier Point thresholds to renew or upgrade your tier status.
What can I earn as a Call Centre Operator? The average monthly salary for Call Centre Operator jobs in the Philippines ranges from ₱20,000 to ₱25,000.
Is call center agent hard? ›And because there is a distinct routine to working as a call center agent, it's important for you to focus on each customer interaction to avoid getting bogged down in the monotony. Call center life is hard work, but the hardest things in life are usually the most rewarding.
Is it hard to work as a call center agent? ›Working in a call center can be very demanding, but also extremely rewarding. Call center agents learn something new almost every day and are constantly being faced with different obstacles and challenges.
What airlines are cutting back flights? ›The airline making the second largest amount of cuts to their November schedule is Delta, cutting 4,396 of their offerings that month. United have also slashed its November flights by 497, WestJet has reduced its load that month by 410 whilst Frontier has trimmed its November flight schedule by just 90 flights.
Which airlines are having the most cancellations UK? ›Operating airline | Cancelled departures | % of cancellations on services |
---|---|---|
1. EasyJet | 742 | 4.61% |
2. British Airways | 295 | 2.90% |
3. BA Cityflyer | 134 | 6.87% |
4. Loganair | 111 | 2.51% |
“Staff shortages have been the main culprit of flight cancellations and delays after the air-travel industry laid off thousands of workers during the pandemic," explains Nicky.
Why are so many flights getting Cancelled UK? ›Why are there so many cancellations? Staff shortages appear to be the main culprit. This is because lots of airlines cut staff numbers during the height of the Covid pandemic, when people were unable to travel. Now, they have been struggling to recruit enough staff to cope with renewed demand.
What is the safest airline in the US? ›Alaska Airlines has been named the safest U.S. carrier.
What is the most unreliable airline? ›
In the U.S., ComparetheMarket named American Airlines the most unreliable airline overall, with a total of 6,491 complaints recorded over the last 12 months. In fact, the seven worst-performing airlines were all U.S.-based carriers: American, United, Spirit, JetBlue, Frontier, Delta, and Southwest Airlines.
What is the most reliable airline right now? ›The most reliable airline of 2022
Hawaiian Airlines performed the best in every metric we checked — from on-time percentage to involuntary denied boardings. That makes Hawaiian Airlines our most reliable airline for 2022 in a landslide. Delta takes second place overall with a No.
BTS data from July 2021 to June 2022 shows Hawaiian performed best of all U.S. airlines with just a 0.81% cancellation rate.
Which airport has the most cancelled flights 2022? ›Summary: LaGuardia Airport (LGA) in New York City has the highest cancellation rate in the country for 2022: 6.42% - up from 2.15% in 2021.
What airline is having the most cancellations? ›...
Which US airlines are the worst about delays and cancellations?
Delta Air Lines | |
On-time arrivals | 83% |
Flights delayed | 15.3% |
Canceled flights | 1.5% |
Across the board for every airline, the on-time arrivals rate thus far in 2022 among U.S. airports hasn't been this low since 2014, according to the Bureau of Transportation Statistics. For the period between January and April 2022, just 76% of nonstop, domestic flights arrived on time, according to the BTS.
Why are there staff shortages at airports? ›Gas prices, workers' demands, post-pandemic labour shortages, bad weather or simply unexpected travellers' behaviour have all contributed to the new phenomenon. That is far from close to an end.
What is the problem at UK airports? ›Passengers are facing long delays, large queues, and cancellations at UK airports. This Insight examines the causes of this disruption, including increased demand, staff shortages and peak travel times.
What is causing the airport chaos? ›'The problems are primarily the result of the airlines' supply chain networks, which are vulnerable to disruptions outside their immediate control.
Why is there so much disruption at UK airports? ›Many of the recent problems can be traced to staff shortages, amid a lack of available workers and record job vacancies across the British economy. The surge comes as the aviation industry is still ramping up staff levels, after many workers were made redundant or changed jobs during the pandemic.